#B03340

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

Shades of Old Rose #B03340

Tints of Old Rose #B03340

Color information

#B03340 (or 0xB03340) is unknown color: approx Old Rose. HEX triplet: B0, 33 and 40. RGB value is (176,51,64). Sum of RGB (Red+Green+Blue) = 176+51+64=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B03340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03340 is #4FCCBF. Grayscale: #595959. Windows color (decimal): -5229760 or 4207536. OLE color: 4207536.

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

Color convert

RGB1765164-
CMYK00.710.640.31
HSL353.76º55.07%44.51%-
HSV(B)353.76º71.02%69.02%-
XYZ20.0111.976.11-
YUV89.86113.41189.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=60.48%
G=17.53%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176516400.710.640.31353.7655.0744.51
HexB03340047401F162372d
Octal260631000107100375426755
Binary10110000110011100000001000111100000011111101100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03340; }

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

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

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

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

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

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

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

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