Html Css Color HEX #A7372A Milano Red

📋 copy color: '#A7372A'

red 167 ◦ green 55 ◦ blue 42

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

Shades of Milano Red #A7372A

Tints of Milano Red #A7372A

RGB

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

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

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

R = 63.26%
G = 20.83%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7372A (or 0xA7372A) is known color: Milano Red. HEX triplet: A7, 37 and 2A. RGB value is (167,55,42). Sum of RGB (Red+Green+Blue) = 167+55+42=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A7372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7372A is #58C8D5. Grayscale: #575757. Windows color (decimal): -5818582 or 2766759. OLE color: 2766759.

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

Color convert

RGB 167 55 42 -
CMYK 0 0.67 0.75 0.35
HSL 6.24º 0.6% 0.41% -
HSV(B) 6.24º 0.75% 0.65% -
XYZ 17.72 11.12 3.4 -
YUV 87.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 167 55 42 0 0.67 0.75 0.35 6.24 0.6 0.41
Hex A7 37 2A 0 43 4B 23 6 3C 29
Octal 247 67 52 0 103 113 43 6 74 51
Binary 10100111 110111 101010 0 1000011 1001011 100011 110 111100 101001

Color Harmonies of #A7372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7372A

Black with #A7372A

Text Example


Text Example

White with #A7372A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7372A; }

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

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

background-color css

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

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

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

border-color css

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

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

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