#B42244

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

Shades of Old Rose #B42244

Tints of Old Rose #B42244

Color information

#B42244 (or 0xB42244) is unknown color: approx Old Rose. HEX triplet: B4, 22 and 44. RGB value is (180,34,68). Sum of RGB (Red+Green+Blue) = 180+34+68=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42244 is #4BDDBB. Grayscale: #515151. Windows color (decimal): -4971964 or 4465332. OLE color: 4465332.

HSL color Cylindrical-coordinate representation of color #B42244: hue angle of 346.03º 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 #B42244 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1803468-
CMYK00.810.620.29
HSL346.03º68.22%41.96%-
HSV(B)346.03º81.11%70.59%-
XYZ20.4411.266.57-
YUV81.53120.37198.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=63.83%
G=12.06%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180346800.810.620.29346.0368.2241.96
HexB422440513E1D15a442a
Octal264421040121763553210452
Binary10110100100010100010001010001111110111011010110101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42244; }

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

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

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

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

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

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

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

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