#B22F48

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

Shades of Old Rose #B22F48

Tints of Old Rose #B22F48

Color information

#B22F48 (or 0xB22F48) is unknown color: approx Old Rose. HEX triplet: B2, 2F and 48. RGB value is (178,47,72). Sum of RGB (Red+Green+Blue) = 178+47+72=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F48 is #4DD0B7. Grayscale: #595959. Windows color (decimal): -5099704 or 4730802. OLE color: 4730802.

HSL color Cylindrical-coordinate representation of color #B22F48: hue angle of 348.55º 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 #B22F48 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1784772-
CMYK00.740.600.30
HSL348.55º58.22%44.12%-
HSV(B)348.55º73.6%69.8%-
XYZ20.5511.977.36-
YUV89.02118.4191.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=59.93%
G=15.82%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178477200.740.600.30348.5558.2244.12
HexB22F4804A3C1E15d3a2c
Octal26257110011274365357254
Binary1011001010111110010000100101011110011110101011101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22F48; }

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

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

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

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

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

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

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

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