#B02D4C

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

Shades of Old Rose #B02D4C

Tints of Old Rose #B02D4C

Color information

#B02D4C (or 0xB02D4C) is unknown color: approx Old Rose. HEX triplet: B0, 2D and 4C. RGB value is (176,45,76). Sum of RGB (Red+Green+Blue) = 176+45+76=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D4C is #4FD2B3. Grayscale: #575757. Windows color (decimal): -5231284 or 4992432. OLE color: 4992432.

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

Color convert

RGB1764576-
CMYK00.740.570.31
HSL345.8º59.28%43.33%-
HSV(B)345.8º74.43%69.02%-
XYZ20.1511.638.02-
YUV87.7121.4190.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.26%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=59.26%
G=15.15%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176457600.740.570.31345.859.2843.33
HexB02D4C04A391F15a3b2b
Octal26055114011271375327353
Binary1011000010110110011000100101011100111111101011010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02D4C; }

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

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

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

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

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

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

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

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