#B03350

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

Shades of Old Rose #B03350

Tints of Old Rose #B03350

Color information

#B03350 (or 0xB03350) is unknown color: approx Old Rose. HEX triplet: B0, 33 and 50. RGB value is (176,51,80). Sum of RGB (Red+Green+Blue) = 176+51+80=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B03350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03350 is #4FCCAF. Grayscale: #5B5B5B. Windows color (decimal): -5229744 or 5256112. OLE color: 5256112.

HSL color Cylindrical-coordinate representation of color #B03350: hue angle of 346.08º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03350 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1765180-
CMYK00.710.550.31
HSL346.08º55.07%44.51%-
HSV(B)346.08º71.02%69.02%-
XYZ20.5412.188.86-
YUV91.68121.41188.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=57.33%
G=16.61%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176518000.710.550.31346.0855.0744.51
HexB03350047371F15a372d
Octal26063120010767375326755
Binary1011000011001110100000100011111011111111101011010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03350; }

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

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

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

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

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

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

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

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