#B22F42

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

Shades of Old Rose #B22F42

Tints of Old Rose #B22F42

Color information

#B22F42 (or 0xB22F42) is unknown color: approx Old Rose. HEX triplet: B2, 2F and 42. RGB value is (178,47,66). Sum of RGB (Red+Green+Blue) = 178+47+66=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F42 is #4DD0BD. Grayscale: #585858. Windows color (decimal): -5099710 or 4337586. OLE color: 4337586.

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

Color convert

RGB1784766-
CMYK00.740.630.30
HSL351.3º58.22%44.12%-
HSV(B)351.3º73.6%69.8%-
XYZ20.3611.896.38-
YUV88.34115.4191.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.17%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=61.17%
G=16.15%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178476600.740.630.30351.358.2244.12
HexB22F4204A3F1E15f3a2c
Octal26257102011277365377254
Binary1011001010111110000100100101011111111110101011111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F42; }

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

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

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

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

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

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

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

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