Html Css Color HEX #A8372B Milano Red

📋 copy color: '#A8372B'

red 168 ◦ green 55 ◦ blue 43

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

Shades of Milano Red #A8372B

Tints of Milano Red #A8372B

RGB

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

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

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

R = 63.16%
G = 20.68%
B = 16.17%

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

#A8372B (or 0xA8372B) is known color: Milano Red. HEX triplet: A8, 37 and 2B. RGB value is (168,55,43). Sum of RGB (Red+Green+Blue) = 168+55+43=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8372B is #57C8D4. Grayscale: #575757. Windows color (decimal): -5753045 or 2832296. OLE color: 2832296.

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

Color convert

RGB 168 55 43 -
CMYK 0 0.67 0.74 0.34
HSL 5.76º 0.59% 0.41% -
HSV(B) 5.76º 0.74% 0.66% -
XYZ 17.95 11.23 3.51 -
YUV 87.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 168 55 43 0 0.67 0.74 0.34 5.76 0.59 0.41
Hex A8 37 2B 0 43 4A 22 6 3B 29
Octal 250 67 53 0 103 112 42 6 73 51
Binary 10101000 110111 101011 0 1000011 1001010 100010 110 111011 101001

Color Harmonies of #A8372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8372B

Black with #A8372B

Text Example


Text Example

White with #A8372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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