#B42249

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

Shades of Old Rose #B42249

Tints of Old Rose #B42249

Color information

#B42249 (or 0xB42249) is unknown color: approx Old Rose. HEX triplet: B4, 22 and 49. RGB value is (180,34,73). Sum of RGB (Red+Green+Blue) = 180+34+73=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B42249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42249 is #4BDDB6. Grayscale: #525252. Windows color (decimal): -4971959 or 4793012. OLE color: 4793012.

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

Color convert

RGB1803473-
CMYK00.810.590.29
HSL343.97º68.22%41.96%-
HSV(B)343.97º81.11%70.59%-
XYZ20.611.337.4-
YUV82.1122.87197.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=62.72%
G=11.85%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180347300.810.590.29343.9768.2241.96
HexB422490513B1D158442a
Octal264421110121733553010452
Binary10110100100010100100101010001111011111011010110001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42249; }

 p { color: rgb(180,34,73); }

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

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

 a { background-color: rgb(180,34,73); }

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

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

 span { border-color: rgb(180,34,73); }

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