#B02350

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

Shades of Old Rose #B02350

Tints of Old Rose #B02350

Color information

#B02350 (or 0xB02350) is unknown color: approx Old Rose. HEX triplet: B0, 23 and 50. RGB value is (176,35,80). Sum of RGB (Red+Green+Blue) = 176+35+80=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B02350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02350 is #4FDCAF. Grayscale: #525252. Windows color (decimal): -5233840 or 5252016. OLE color: 5252016.

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

Color convert

RGB1763580-
CMYK00.800.550.31
HSL340.85º66.82%41.37%-
HSV(B)340.85º80.11%69.02%-
XYZ19.9511.018.66-
YUV82.29126.71194.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 35 (14.06% from 255) = 12.03%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=60.48%
G=12.03%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176358000.800.550.31340.8566.8241.37
HexB02350050371F1554329
Octal260431200120673752510351
Binary10110000100011101000001010000110111111111010101011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02350; }

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

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

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

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

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

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

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

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