#B42144

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

Shades of Old Rose #B42144

Tints of Old Rose #B42144

Color information

#B42144 (or 0xB42144) is unknown color: approx Old Rose. HEX triplet: B4, 21 and 44. RGB value is (180,33,68). Sum of RGB (Red+Green+Blue) = 180+33+68=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B42144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42144 is #4BDEBB. Grayscale: #505050. Windows color (decimal): -4972220 or 4465076. OLE color: 4465076.

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

Color convert

RGB1803368-
CMYK00.820.620.29
HSL345.71º69.01%41.76%-
HSV(B)345.71º81.67%70.59%-
XYZ20.4111.216.56-
YUV80.94120.7198.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 68 (26.95% from 255) = 24.20%
R=64.06%
G=11.74%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180336800.820.620.29345.7169.0141.76
HexB421440523E1D15a452a
Octal264411040122763553210552
Binary10110100100001100010001010010111110111011010110101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42144; }

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

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

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

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

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

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

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

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