#B0224C

Color #B0224C Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B0224C

Tints of Old Rose #B0224C

Color information

#B0224C (or 0xB0224C) is unknown color: approx Old Rose. HEX triplet: B0, 22 and 4C. RGB value is (176,34,76). Sum of RGB (Red+Green+Blue) = 176+34+76=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B0224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0224C is #4FDDB3. Grayscale: #515151. Windows color (decimal): -5234100 or 4989616. OLE color: 4989616.

HSL color Cylindrical-coordinate representation of color #B0224C: hue angle of 342.25º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0224C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1763476-
CMYK00.810.570.31
HSL342.25º67.62%41.18%-
HSV(B)342.25º80.68%69.02%-
XYZ19.7810.97.9-
YUV81.25125.04195.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 61.54%
GREEN value IS 34 (13.67% from 255) = 11.89%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=61.54%
G=11.89%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176347600.810.570.31342.2567.6241.18
HexB0224C051391F1564429
Octal260421140121713752610451
Binary10110000100010100110001010001111001111111010101101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0224C; }

 p { color: rgb(176,34,76); }

 H1.HeaderClassName
 {
   color: #B0224C;
 }
 .AnyTagClassName
 {
   color: #B0224C;
 }
</style>
background-color css

<style>
 a { background-color: #B0224C; }

 a { background-color: rgb(176,34,76); }

 div.DivClassName
 {
   background-color: #B0224C;
 }
 .BgClassName
 {
   background-color: #B0224C;
 }
</style>
border-color css

<style>
 span { border-color: #B0224C; }

 span { border-color: rgb(176,34,76); }

 td.TdClassName
 {
   border-color: #B0224C;
 }
 .TagClassName
 {
   border-color: #B0224C;
 }
</style>