#b22f51

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

Shades of Old Rose #B22F51

Tints of Old Rose #B22F51

Color information

#B22F51 (or 0xB22F51) is unknown color: approx Old Rose. HEX triplet: B2, 2F and 51. RGB value is (178,47,81). Sum of RGB (Red+Green+Blue) = 178+47+81=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F51 is #4DD0AE. Grayscale: #5A5A5A. Windows color (decimal): -5099695 or 5320626. OLE color: 5320626.

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

Color convert

RGB1784781-
CMYK00.740.540.30
HSL344.43º58.22%44.12%-
HSV(B)344.43º73.6%69.8%-
XYZ20.8612.099.02-
YUV90.04122.9190.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.17%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=58.17%
G=15.36%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178478100.740.540.30344.4358.2244.12
HexB22F5104A361E1583a2c
Octal26257121011266365307254
Binary1011001010111110100010100101011011011110101011000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b22f51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b22f51; }

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

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

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

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

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

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

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

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