#B22144

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

Shades of Old Rose #B22144

Tints of Old Rose #B22144

Color information

#B22144 (or 0xB22144) is unknown color: approx Old Rose. HEX triplet: B2, 21 and 44. RGB value is (178,33,68). Sum of RGB (Red+Green+Blue) = 178+33+68=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B22144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22144 is #4DDEBB. Grayscale: #505050. Windows color (decimal): -5103292 or 4465074. OLE color: 4465074.

HSL color Cylindrical-coordinate representation of color #B22144: hue angle of 345.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22144 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB1783368-
CMYK00.810.620.30
HSL345.52º68.72%41.37%-
HSV(B)345.52º81.46%69.8%-
XYZ19.9510.976.53-
YUV80.34121.04197.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=63.80%
G=11.83%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178336800.810.620.30345.5268.7241.37
HexB221440513E1E15a4529
Octal262411040121763653210551
Binary10110010100001100010001010001111110111101010110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22144; }

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

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

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

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

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

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

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

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