#B42447

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

Shades of Old Rose #B42447

Tints of Old Rose #B42447

Color information

#B42447 (or 0xB42447) is unknown color: approx Old Rose. HEX triplet: B4, 24 and 47. RGB value is (180,36,71). Sum of RGB (Red+Green+Blue) = 180+36+71=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B42447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42447 is #4BDBB8. Grayscale: #535353. Windows color (decimal): -4971449 or 4662452. OLE color: 4662452.

HSL color Cylindrical-coordinate representation of color #B42447: hue angle of 345.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42447 is Cyan = 0, Magento = 0.8, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1803671-
CMYK00.80.610.29
HSL345.42º66.67%42.35%-
HSV(B)345.42º80%70.59%-
XYZ20.5911.427.08-
YUV83.05121.21197.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=62.72%
G=12.54%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180367100.80.610.29345.4266.6742.35
HexB424470503D1D159432a
Octal264441070120753553110352
Binary10110100100100100011101010000111101111011010110011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42447; }

 p { color: rgb(180,36,71); }

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

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

 a { background-color: rgb(180,36,71); }

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

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

 span { border-color: rgb(180,36,71); }

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