Html Css Color HEX #A1372B Milano Red

📋 copy color: '#A1372B'

red 161 ◦ green 55 ◦ blue 43

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

Shades of Milano Red #A1372B

Tints of Milano Red #A1372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 62.16%
G = 21.24%
B = 16.6%

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

#A1372B (or 0xA1372B) is known color: Milano Red. HEX triplet: A1, 37 and 2B. RGB value is (161,55,43). Sum of RGB (Red+Green+Blue) = 161+55+43=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1372B is #5EC8D4. Grayscale: #555555. Windows color (decimal): -6211797 or 2832289. OLE color: 2832289.

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

Color convert

RGB 161 55 43 -
CMYK 0 0.66 0.73 0.37
HSL 6.1º 0.58% 0.4% -
HSV(B) 6.1º 0.73% 0.63% -
XYZ 16.5 10.48 3.44 -
YUV 85.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 161 55 43 0 0.66 0.73 0.37 6.1 0.58 0.4
Hex A1 37 2B 0 42 49 25 6 3A 28
Octal 241 67 53 0 102 111 45 6 72 50
Binary 10100001 110111 101011 0 1000010 1001001 100101 110 111010 101000

Color Harmonies of #A1372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1372B

Black with #A1372B

Text Example


Text Example

White with #A1372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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