Html Css Color HEX #A8372E Milano Red

📋 copy color: '#A8372E'

red 168 ◦ green 55 ◦ blue 46

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

Shades of Milano Red #A8372E

Tints of Milano Red #A8372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.1%

R = 62.45%
G = 20.45%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8372E (or 0xA8372E) is known color: Milano Red. HEX triplet: A8, 37 and 2E. RGB value is (168,55,46). Sum of RGB (Red+Green+Blue) = 168+55+46=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A8372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8372E is #57C8D1. Grayscale: #575757. Windows color (decimal): -5753042 or 3028904. OLE color: 3028904.

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

Color convert

RGB 168 55 46 -
CMYK 0 0.67 0.73 0.34
HSL 4.43º 0.57% 0.42% -
HSV(B) 4.43º 0.73% 0.66% -
XYZ 18.01 11.25 3.81 -
YUV 87.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 168 55 46 0 0.67 0.73 0.34 4.43 0.57 0.42
Hex A8 37 2E 0 43 49 22 4 39 2A
Octal 250 67 56 0 103 111 42 4 71 52
Binary 10101000 110111 101110 0 1000011 1001001 100010 100 111001 101010

Color Harmonies of #A8372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8372E

Black with #A8372E

Text Example


Text Example

White with #A8372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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