Html Css Color HEX #A8372D Milano Red

📋 copy color: '#A8372D'

red 168 ◦ green 55 ◦ blue 45

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

Shades of Milano Red #A8372D

Tints of Milano Red #A8372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 62.69%
G = 20.52%
B = 16.79%

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

#A8372D (or 0xA8372D) is known color: Milano Red. HEX triplet: A8, 37 and 2D. RGB value is (168,55,45). Sum of RGB (Red+Green+Blue) = 168+55+45=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8372D is #57C8D2. Grayscale: #575757. Windows color (decimal): -5753043 or 2963368. OLE color: 2963368.

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

Color convert

RGB 168 55 45 -
CMYK 0 0.67 0.73 0.34
HSL 4.88º 0.58% 0.42% -
HSV(B) 4.88º 0.73% 0.66% -
XYZ 17.99 11.25 3.71 -
YUV 87.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 168 55 45 0 0.67 0.73 0.34 4.88 0.58 0.42
Hex A8 37 2D 0 43 49 22 5 3A 2A
Octal 250 67 55 0 103 111 42 5 72 52
Binary 10101000 110111 101101 0 1000011 1001001 100010 101 111010 101010

Color Harmonies of #A8372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8372D

Black with #A8372D

Text Example


Text Example

White with #A8372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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