#992D2D

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

Shades of Milano Red #992D2D

Tints of Milano Red #992D2D

Color information

#992D2D (or 0x992D2D) is unknown color: approx Milano Red. HEX triplet: 99, 2D and 2D. RGB value is (153,45,45). Sum of RGB (Red+Green+Blue) = 153+45+45=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #992D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D2D is #66D2D2. Grayscale: #4D4D4D. Windows color (decimal): -6738643 or 2960793. OLE color: 2960793.

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

Color convert

RGB1534545-
CMYK00.710.710.4
HSL54.55%38.82%-
HSV(B)70.59%60%-
XYZ14.558.843.42-
YUV77.29109.78182-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=62.96%
G=18.52%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153454500.710.710.4054.5538.82
Hex992D2D047472803727
Octal231555501071075006747
Binary100110011011011011010100011110001111010000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,45,45); }

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

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

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

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

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

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

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