Html Css Color HEX #992F2A Milano Red

📋 copy color: '#992F2A'

red 153 ◦ green 47 ◦ blue 42

#992F2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milano Red #992F2A

Tints of Milano Red #992F2A

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.8% from 255) = 17.36%

R = 63.22%
G = 19.42%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#992F2A (or 0x992F2A) is known color: 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

RGB 153 47 42 -
CMYK 0 0.69 0.73 0.4
HSL 2.7º 0.57% 0.38% -
HSV(B) 2.7º 0.73% 0.6% -
XYZ 14.57 8.97 3.15 -
YUV 78.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 153 47 42 0 0.69 0.73 0.4 2.7 0.57 0.38
Hex 99 2F 2A 0 45 49 28 3 39 26
Octal 231 57 52 0 105 111 50 3 71 46
Binary 10011001 101111 101010 0 1000101 1001001 101000 11 111001 100110

Color Harmonies of #992F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992F2A

Black with #992F2A

Text Example


Text Example

White with #992F2A

Text Example


Text Example

HTML Codes & Css Web 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>