Html Css Color HEX #A7372B Milano Red

📋 copy color: '#A7372B'

red 167 ◦ green 55 ◦ blue 43

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

Shades of Milano Red #A7372B

Tints of Milano Red #A7372B

RGB

 RED value IS 167 (65.63% from 255) = 63.02%

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

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

R = 63.02%
G = 20.75%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7372B (or 0xA7372B) is known color: Milano Red. HEX triplet: A7, 37 and 2B. RGB value is (167,55,43). Sum of RGB (Red+Green+Blue) = 167+55+43=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A7372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7372B is #58C8D4. Grayscale: #575757. Windows color (decimal): -5818581 or 2832295. OLE color: 2832295.

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

Color convert

RGB 167 55 43 -
CMYK 0 0.67 0.74 0.35
HSL 5.81º 0.59% 0.41% -
HSV(B) 5.81º 0.74% 0.65% -
XYZ 17.74 11.12 3.5 -
YUV 87.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 167 55 43 0 0.67 0.74 0.35 5.81 0.59 0.41
Hex A7 37 2B 0 43 4A 23 6 3B 29
Octal 247 67 53 0 103 112 43 6 73 51
Binary 10100111 110111 101011 0 1000011 1001010 100011 110 111011 101001

Color Harmonies of #A7372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7372B

Black with #A7372B

Text Example


Text Example

White with #A7372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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