#982C2A

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

Shades of Milano Red #982C2A

Tints of Milano Red #982C2A

Color information

#982C2A (or 0x982C2A) is unknown color: approx Milano Red. HEX triplet: 98, 2C and 2A. RGB value is (152,44,42). Sum of RGB (Red+Green+Blue) = 152+44+42=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #982C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C2A is #67D3D5. Grayscale: #4C4C4C. Windows color (decimal): -6804438 or 2763928. OLE color: 2763928.

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

Color convert

RGB1524442-
CMYK00.710.720.40
HSL1.09º56.7%38.04%-
HSV(B)1.09º72.37%59.61%-
XYZ14.278.643.11-
YUV76.06108.78182.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.87%
GREEN value IS 44 (17.58% from 255) = 18.49%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=63.87%
G=18.49%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152444200.710.720.401.0956.738.04
Hex982C2A047482813926
Octal230545201071105017146
Binary100110001011001010100100011110010001010001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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