Html Css Color HEX #982D2A Milano Red

📋 copy color: '#982D2A'

red 152 ◦ green 45 ◦ blue 42

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

Shades of Milano Red #982D2A

Tints of Milano Red #982D2A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.83%

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 63.6%
G = 18.83%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#982D2A (or 0x982D2A) is known color: Milano Red. HEX triplet: 98, 2D and 2A. RGB value is (152,45,42). Sum of RGB (Red+Green+Blue) = 152+45+42=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #982D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982D2A is #67D2D5. Grayscale: #4C4C4C. Windows color (decimal): -6804182 or 2764184. OLE color: 2764184.

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

Color convert

RGB 152 45 42 -
CMYK 0 0.70 0.72 0.40
HSL 1.64º 0.57% 0.38% -
HSV(B) 1.64º 0.72% 0.6% -
XYZ 14.31 8.72 3.12 -
YUV 76.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 152 45 42 0 0.70 0.72 0.40 1.64 0.57 0.38
Hex 98 2D 2A 0 46 48 28 2 39 26
Octal 230 55 52 0 106 110 50 2 71 46
Binary 10011000 101101 101010 0 1000110 1001000 101000 10 111001 100110

Color Harmonies of #982D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982D2A

Black with #982D2A

Text Example


Text Example

White with #982D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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