#982C2B

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

Shades of Milano Red #982C2B

Tints of Milano Red #982C2B

Color information

#982C2B (or 0x982C2B) is unknown color: approx Milano Red. HEX triplet: 98, 2C and 2B. RGB value is (152,44,43). Sum of RGB (Red+Green+Blue) = 152+44+43=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #982C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C2B is #67D3D4. Grayscale: #4C4C4C. Windows color (decimal): -6804437 or 2829464. OLE color: 2829464.

HSL color Cylindrical-coordinate representation of color #982C2B: hue angle of 0.55º degrees, saturation: 0.56, 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 #982C2B is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1524443-
CMYK00.710.720.40
HSL0.55º55.9%38.24%-
HSV(B)0.55º71.71%59.61%-
XYZ14.298.653.2-
YUV76.18109.28182.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.60%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=63.60%
G=18.41%
B=17.99%

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
Decimal152444300.710.720.400.5555.938.24
Hex982C2B047482813826
Octal230545301071105017046
Binary100110001011001010110100011110010001010001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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