#9C3333

Color #9C3333 Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #9C3333

Tints of Milano Red #9C3333

Color information

#9C3333 (or 0x9C3333) is unknown color: approx Milano Red. HEX triplet: 9C, 33 and 33. RGB value is (156,51,51). Sum of RGB (Red+Green+Blue) = 156+51+51=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3333 is #63CCCC. Grayscale: #525252. Windows color (decimal): -6540493 or 3355548. OLE color: 3355548.

HSL color Cylindrical-coordinate representation of color #9C3333: hue angle of 0º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3333 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB1565151-
CMYK00.670.670.39
HSL50.72%40.59%-
HSV(B)67.31%61.18%-
XYZ15.499.674.18-
YUV82.39110.29180.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.47%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=60.47%
G=19.77%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156515100.670.670.39050.7240.59
Hex9C3333043432703329
Octal234636301031034706351
Binary100111001100111100110100001110000111001110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C3333; }

 p { color: rgb(156,51,51); }

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

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

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

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

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

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

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