#B22942

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

Shades of Old Rose #B22942

Tints of Old Rose #B22942

Color information

#B22942 (or 0xB22942) is unknown color: approx Old Rose. HEX triplet: B2, 29 and 42. RGB value is (178,41,66). Sum of RGB (Red+Green+Blue) = 178+41+66=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B22942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22942 is #4DD6BD. Grayscale: #545454. Windows color (decimal): -5101246 or 4336050. OLE color: 4336050.

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

Color convert

RGB1784166-
CMYK00.770.630.30
HSL349.05º62.56%42.94%-
HSV(B)349.05º76.97%69.8%-
XYZ20.1411.446.3-
YUV84.81117.39194.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.46%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=62.46%
G=14.39%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178416600.770.630.30349.0562.5642.94
HexB2294204D3F1E15d3f2b
Octal26251102011577365357753
Binary1011001010100110000100100110111111111110101011101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22942; }

 p { color: rgb(178,41,66); }

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

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

 a { background-color: rgb(178,41,66); }

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

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

 span { border-color: rgb(178,41,66); }

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