Html Css Color HEX #A8372A Milano Red

📋 copy color: '#A8372A'

red 168 ◦ green 55 ◦ blue 42

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

Shades of Milano Red #A8372A

Tints of Milano Red #A8372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 63.4%
G = 20.75%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8372A (or 0xA8372A) is known color: Milano Red. HEX triplet: A8, 37 and 2A. RGB value is (168,55,42). Sum of RGB (Red+Green+Blue) = 168+55+42=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8372A is #57C8D5. Grayscale: #575757. Windows color (decimal): -5753046 or 2766760. OLE color: 2766760.

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

Color convert

RGB 168 55 42 -
CMYK 0 0.67 0.75 0.34
HSL 6.19º 0.6% 0.41% -
HSV(B) 6.19º 0.75% 0.66% -
XYZ 17.93 11.22 3.41 -
YUV 87.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 168 55 42 0 0.67 0.75 0.34 6.19 0.6 0.41
Hex A8 37 2A 0 43 4B 22 6 3C 29
Octal 250 67 52 0 103 113 42 6 74 51
Binary 10101000 110111 101010 0 1000011 1001011 100010 110 111100 101001

Color Harmonies of #A8372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8372A

Black with #A8372A

Text Example


Text Example

White with #A8372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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