#B02352

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

Shades of Old Rose #B02352

Tints of Old Rose #B02352

Color information

#B02352 (or 0xB02352) is unknown color: approx Old Rose. HEX triplet: B0, 23 and 52. RGB value is (176,35,82). Sum of RGB (Red+Green+Blue) = 176+35+82=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B02352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02352 is #4FDCAD. Grayscale: #525252. Windows color (decimal): -5233838 or 5383088. OLE color: 5383088.

HSL color Cylindrical-coordinate representation of color #B02352: hue angle of 340º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02352 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1763582-
CMYK00.800.530.31
HSL340º66.82%41.37%-
HSV(B)340º80.11%69.02%-
XYZ20.0311.049.06-
YUV82.52127.71194.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=60.07%
G=11.95%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176358200.800.530.3134066.8241.37
HexB02352050351F1544329
Octal260431220120653752410351
Binary10110000100011101001001010000110101111111010101001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02352; }

 p { color: rgb(176,35,82); }

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

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

 a { background-color: rgb(176,35,82); }

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

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

 span { border-color: rgb(176,35,82); }

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