#B22B50

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

Shades of Old Rose #B22B50

Tints of Old Rose #B22B50

Color information

#B22B50 (or 0xB22B50) is unknown color: approx Old Rose. HEX triplet: B2, 2B and 50. RGB value is (178,43,80). Sum of RGB (Red+Green+Blue) = 178+43+80=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B50 is #4DD4AF. Grayscale: #575757. Windows color (decimal): -5100720 or 5254066. OLE color: 5254066.

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

Color convert

RGB1784380-
CMYK00.760.550.30
HSL343.56º61.09%43.33%-
HSV(B)343.56º75.84%69.8%-
XYZ20.6711.778.77-
YUV87.58123.73192.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.14%
GREEN value IS 43 (17.19% from 255) = 14.29%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=59.14%
G=14.29%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178438000.760.550.30343.5661.0943.33
HexB22B5004C371E1583d2b
Octal26253120011467365307553
Binary1011001010101110100000100110011011111110101011000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B50; }

 p { color: rgb(178,43,80); }

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

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

 a { background-color: rgb(178,43,80); }

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

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

 span { border-color: rgb(178,43,80); }

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