#992F2A

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

Shades of Milano Red #992F2A

Tints of Milano Red #992F2A

Color information

#992F2A (or 0x992F2A) is unknown color: approx Milano Red. HEX triplet: 99, 2F and 2A. RGB value is (153,47,42). Sum of RGB (Red+Green+Blue) = 153+47+42=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #992F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F2A is #66D0D5. Grayscale: #4E4E4E. Windows color (decimal): -6738134 or 2764697. OLE color: 2764697.

HSL color Cylindrical-coordinate representation of color #992F2A: hue angle of 2.7º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992F2A is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1534742-
CMYK00.690.730.4
HSL2.7º56.92%38.24%-
HSV(B)2.7º72.55%60%-
XYZ14.578.973.15-
YUV78.12107.62181.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.22%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=63.22%
G=19.42%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153474200.690.730.42.756.9238.24
Hex992F2A045492833926
Octal231575201051115037146
Binary1001100110111110101001000101100100110100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992F2A; }

 p { color: rgb(153,47,42); }

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

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

 a { background-color: rgb(153,47,42); }

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

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

 span { border-color: rgb(153,47,42); }

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