Html Css Color HEX #972C29 Milano Red

📋 copy color: '#972C29'

red 151 ◦ green 44 ◦ blue 41

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

Shades of Milano Red #972C29

Tints of Milano Red #972C29

RGB

 RED value IS 151 (59.38% from 255) = 63.98%

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

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

R = 63.98%
G = 18.64%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#972C29 (or 0x972C29) is known color: Milano Red. HEX triplet: 97, 2C and 29. RGB value is (151,44,41). Sum of RGB (Red+Green+Blue) = 151+44+41=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #972C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C29 is #68D3D6. Grayscale: #4B4B4B. Windows color (decimal): -6869975 or 2698391. OLE color: 2698391.

HSL color Cylindrical-coordinate representation of color #972C29: hue angle of 1.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972C29 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 44 41 -
CMYK 0 0.71 0.73 0.41
HSL 1.64º 0.57% 0.38% -
HSV(B) 1.64º 0.73% 0.59% -
XYZ 14.06 8.54 3.01 -
YUV 75.65 108.45 181.74 -
System Red Green Blue C M Y K H S L
Decimal 151 44 41 0 0.71 0.73 0.41 1.64 0.57 0.38
Hex 97 2C 29 0 47 49 29 2 39 26
Octal 227 54 51 0 107 111 51 2 71 46
Binary 10010111 101100 101001 0 1000111 1001001 101001 10 111001 100110

Color Harmonies of #972C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C29

Black with #972C29

Text Example


Text Example

White with #972C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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