Html Css Color HEX #A8372C Milano Red

📋 copy color: '#A8372C'

red 168 ◦ green 55 ◦ blue 44

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

Shades of Milano Red #A8372C

Tints of Milano Red #A8372C

RGB

 RED value IS 168 (66.02% from 255) = 62.92%

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

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

R = 62.92%
G = 20.6%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8372C (or 0xA8372C) is known color: Milano Red. HEX triplet: A8, 37 and 2C. RGB value is (168,55,44). Sum of RGB (Red+Green+Blue) = 168+55+44=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8372C is #57C8D3. Grayscale: #575757. Windows color (decimal): -5753044 or 2897832. OLE color: 2897832.

HSL color Cylindrical-coordinate representation of color #A8372C: hue angle of 5.32º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8372C is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 44 -
CMYK 0 0.67 0.74 0.34
HSL 5.32º 0.58% 0.42% -
HSV(B) 5.32º 0.74% 0.66% -
XYZ 17.97 11.24 3.61 -
YUV 87.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 168 55 44 0 0.67 0.74 0.34 5.32 0.58 0.42
Hex A8 37 2C 0 43 4A 22 5 3A 2A
Octal 250 67 54 0 103 112 42 5 72 52
Binary 10101000 110111 101100 0 1000011 1001010 100010 101 111010 101010

Color Harmonies of #A8372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8372C

Black with #A8372C

Text Example


Text Example

White with #A8372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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