#B12258

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

Shades of Old Rose #B12258

Tints of Old Rose #B12258

Color information

#B12258 (or 0xB12258) is unknown color: approx Old Rose. HEX triplet: B1, 22 and 58. RGB value is (177,34,88). Sum of RGB (Red+Green+Blue) = 177+34+88=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B12258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12258 is #4EDDA7. Grayscale: #525252. Windows color (decimal): -5168552 or 5776049. OLE color: 5776049.

HSL color Cylindrical-coordinate representation of color #B12258: hue angle of 337.34º 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 #B12258 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1773488-
CMYK00.810.500.31
HSL337.34º67.77%41.37%-
HSV(B)337.34º80.79%69.41%-
XYZ20.4611.210.31-
YUV82.91130.88195.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.20%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=59.20%
G=11.37%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177348800.810.500.31337.3467.7741.37
HexB12258051321F1514429
Octal261421300121623752110451
Binary10110001100010101100001010001110010111111010100011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12258; }

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

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

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

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

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

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

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

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