#9B3029

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

Shades of Milano Red #9B3029

Tints of Milano Red #9B3029

Color information

#9B3029 (or 0x9B3029) is unknown color: approx Milano Red. HEX triplet: 9B, 30 and 29. RGB value is (155,48,41). Sum of RGB (Red+Green+Blue) = 155+48+41=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3029 is #64CFD6. Grayscale: #4F4F4F. Windows color (decimal): -6606807 or 2699419. OLE color: 2699419.

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

Color convert

RGB1554841-
CMYK00.690.740.39
HSL3.68º58.16%38.43%-
HSV(B)3.68º73.55%60.78%-
XYZ14.979.243.09-
YUV79.2106.45182.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.52%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=63.52%
G=19.67%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155484100.690.740.393.6858.1638.43
Hex9B30290454A2743a26
Octal233605101051124747246
Binary10011011110000101001010001011001010100111100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,41); }

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

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

 a { background-color: rgb(155,48,41); }

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

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

 span { border-color: rgb(155,48,41); }

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