#B12252

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

Shades of Old Rose #B12252

Tints of Old Rose #B12252

Color information

#B12252 (or 0xB12252) is unknown color: approx Old Rose. HEX triplet: B1, 22 and 52. RGB value is (177,34,82). Sum of RGB (Red+Green+Blue) = 177+34+82=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B12252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12252 is #4EDDAD. Grayscale: #525252. Windows color (decimal): -5168558 or 5382833. OLE color: 5382833.

HSL color Cylindrical-coordinate representation of color #B12252: hue angle of 339.86º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12252 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1773482-
CMYK00.810.540.31
HSL339.86º67.77%41.37%-
HSV(B)339.86º80.79%69.41%-
XYZ20.2311.19.06-
YUV82.23127.88195.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.41%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=60.41%
G=11.60%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177348200.810.540.31339.8667.7741.37
HexB12252051361F1544429
Octal261421220121663752410451
Binary10110001100010101001001010001110110111111010101001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12252; }

 p { color: rgb(177,34,82); }

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

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

 a { background-color: rgb(177,34,82); }

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

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

 span { border-color: rgb(177,34,82); }

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