Html Css Color HEX #A1372C Milano Red

📋 copy color: '#A1372C'

red 161 ◦ green 55 ◦ blue 44

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

Shades of Milano Red #A1372C

Tints of Milano Red #A1372C

RGB

 RED value IS 161 (63.28% from 255) = 61.92%

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 44 (17.58% from 255) = 16.92%

R = 61.92%
G = 21.15%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1372C (or 0xA1372C) is known color: Milano Red. HEX triplet: A1, 37 and 2C. RGB value is (161,55,44). Sum of RGB (Red+Green+Blue) = 161+55+44=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1372C is #5EC8D3. Grayscale: #555555. Windows color (decimal): -6211796 or 2897825. OLE color: 2897825.

HSL color Cylindrical-coordinate representation of color #A1372C: hue angle of 5.64º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1372C is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 44 -
CMYK 0 0.66 0.73 0.37
HSL 5.64º 0.57% 0.4% -
HSV(B) 5.64º 0.73% 0.63% -
XYZ 16.52 10.49 3.54 -
YUV 85.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 161 55 44 0 0.66 0.73 0.37 5.64 0.57 0.4
Hex A1 37 2C 0 42 49 25 6 39 28
Octal 241 67 54 0 102 111 45 6 71 50
Binary 10100001 110111 101100 0 1000010 1001001 100101 110 111001 101000

Color Harmonies of #A1372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1372C

Black with #A1372C

Text Example


Text Example

White with #A1372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1372C; }

 p { color: rgb(161,55,44); }

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

background-color css

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

 a { background-color: rgb(161,55,44); }

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

border-color css

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

 span { border-color: rgb(161,55,44); }

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