#B22049

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

Shades of Old Rose #B22049

Tints of Old Rose #B22049

Color information

#B22049 (or 0xB22049) is unknown color: approx Old Rose. HEX triplet: B2, 20 and 49. RGB value is (178,32,73). Sum of RGB (Red+Green+Blue) = 178+32+73=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B22049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22049 is #4DDFB6. Grayscale: #505050. Windows color (decimal): -5103543 or 4792498. OLE color: 4792498.

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

Color convert

RGB1783273-
CMYK00.820.590.30
HSL343.15º69.52%41.18%-
HSV(B)343.15º82.02%69.8%-
XYZ20.0810.987.36-
YUV80.33123.87197.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.90%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=62.90%
G=11.31%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178327300.820.590.30343.1569.5241.18
HexB220490523B1E1574629
Octal262401110122733652710651
Binary10110010100000100100101010010111011111101010101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22049; }

 p { color: rgb(178,32,73); }

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

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

 a { background-color: rgb(178,32,73); }

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

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

 span { border-color: rgb(178,32,73); }

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