#982c2c

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

Shades of Milano Red #982C2C

Tints of Milano Red #982C2C

Color information

#982C2C (or 0x982C2C) is unknown color: approx Milano Red. HEX triplet: 98, 2C and 2C. RGB value is (152,44,44). Sum of RGB (Red+Green+Blue) = 152+44+44=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #982C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C2C is #67D3D3. Grayscale: #4C4C4C. Windows color (decimal): -6804436 or 2895000. OLE color: 2895000.

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

Color convert

RGB1524444-
CMYK00.710.710.40
HSL55.1%38.43%-
HSV(B)71.05%59.61%-
XYZ14.38.663.3-
YUV76.29109.78182-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.33%
GREEN value IS 44 (17.58% from 255) = 18.33%
BLUE value IS 44 (17.58% from 255) = 18.33%
R=63.33%
G=18.33%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152444400.710.710.40055.138.43
Hex982C2C047472803726
Octal230545401071075006746
Binary100110001011001011000100011110001111010000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982c2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982c2c; }

 p { color: rgb(152,44,44); }

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

<style>
 a { background-color: #982c2c; }

 a { background-color: rgb(152,44,44); }

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

<style>
 span { border-color: #982c2c; }

 span { border-color: rgb(152,44,44); }

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