#B22552

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

Shades of Old Rose #B22552

Tints of Old Rose #B22552

Color information

#B22552 (or 0xB22552) is unknown color: approx Old Rose. HEX triplet: B2, 25 and 52. RGB value is (178,37,82). Sum of RGB (Red+Green+Blue) = 178+37+82=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B22552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22552 is #4DDAAD. Grayscale: #545454. Windows color (decimal): -5102254 or 5383602. OLE color: 5383602.

HSL color Cylindrical-coordinate representation of color #B22552: hue angle of 340.85º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22552 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1783782-
CMYK00.790.540.30
HSL340.85º65.58%42.16%-
HSV(B)340.85º79.21%69.8%-
XYZ20.5411.49.1-
YUV84.29126.71194.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 37 (14.84% from 255) = 12.46%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=59.93%
G=12.46%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178378200.790.540.30340.8565.5842.16
HexB2255204F361E155422a
Octal262451220117663652510252
Binary10110010100101101001001001111110110111101010101011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22552; }

 p { color: rgb(178,37,82); }

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

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

 a { background-color: rgb(178,37,82); }

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

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

 span { border-color: rgb(178,37,82); }

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