#B02258

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

Shades of Old Rose #B02258

Tints of Old Rose #B02258

Color information

#B02258 (or 0xB02258) is unknown color: approx Old Rose. HEX triplet: B0, 22 and 58. RGB value is (176,34,88). Sum of RGB (Red+Green+Blue) = 176+34+88=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B02258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02258 is #4FDDA7. Grayscale: #525252. Windows color (decimal): -5234088 or 5776048. OLE color: 5776048.

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

Color convert

RGB1763488-
CMYK00.810.500.31
HSL337.18º67.62%41.18%-
HSV(B)337.18º80.68%69.02%-
XYZ20.2411.0810.3-
YUV82.61131.04194.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.06%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=59.06%
G=11.41%
B=29.53%

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
Decimal176348800.810.500.31337.1867.6241.18
HexB02258051321F1514429
Octal260421300121623752110451
Binary10110000100010101100001010001110010111111010100011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02258; }

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

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

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

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

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

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

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

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