#B02944

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

Shades of Old Rose #B02944

Tints of Old Rose #B02944

Color information

#B02944 (or 0xB02944) is unknown color: approx Old Rose. HEX triplet: B0, 29 and 44. RGB value is (176,41,68). Sum of RGB (Red+Green+Blue) = 176+41+68=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B02944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02944 is #4FD6BB. Grayscale: #545454. Windows color (decimal): -5232316 or 4467120. OLE color: 4467120.

HSL color Cylindrical-coordinate representation of color #B02944: hue angle of 348º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02944 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1764168-
CMYK00.770.610.31
HSL348º62.21%42.55%-
HSV(B)348º76.7%69.02%-
XYZ19.7411.236.6-
YUV84.44118.73193.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.75%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=61.75%
G=14.39%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176416800.770.610.3134862.2142.55
HexB0294404D3D1F15c3e2b
Octal26051104011575375347653
Binary1011000010100110001000100110111110111111101011100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02944; }

 p { color: rgb(176,41,68); }

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

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

 a { background-color: rgb(176,41,68); }

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

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

 span { border-color: rgb(176,41,68); }

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