Html Css Color HEX #982C29 Milano Red

📋 copy color: '#982C29'

red 152 ◦ green 44 ◦ blue 41

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

Shades of Milano Red #982C29

Tints of Milano Red #982C29

RGB

 RED value IS 152 (59.77% from 255) = 64.14%

 GREEN value IS 44 (17.58% from 255) = 18.57%

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 64.14%
G = 18.57%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#982C29 (or 0x982C29) is known color: Milano Red. HEX triplet: 98, 2C and 29. RGB value is (152,44,41). Sum of RGB (Red+Green+Blue) = 152+44+41=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #982C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C29 is #67D3D6. Grayscale: #4C4C4C. Windows color (decimal): -6804439 or 2698392. OLE color: 2698392.

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

Color convert

RGB 152 44 41 -
CMYK 0 0.71 0.73 0.40
HSL 1.62º 0.58% 0.38% -
HSV(B) 1.62º 0.73% 0.6% -
XYZ 14.25 8.64 3.01 -
YUV 75.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 152 44 41 0 0.71 0.73 0.40 1.62 0.58 0.38
Hex 98 2C 29 0 47 49 28 2 3A 26
Octal 230 54 51 0 107 111 50 2 72 46
Binary 10011000 101100 101001 0 1000111 1001001 101000 10 111010 100110

Color Harmonies of #982C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C29

Black with #982C29

Text Example


Text Example

White with #982C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #982C29;
 }
 .AnyTagClassName
 {
   color: #982C29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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