Html Css Color HEX #A7382D Milano Red

📋 copy color: '#A7382D'

red 167 ◦ green 56 ◦ blue 45

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

Shades of Milano Red #A7382D

Tints of Milano Red #A7382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.9%

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

R = 62.31%
G = 20.9%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7382D (or 0xA7382D) is known color: Milano Red. HEX triplet: A7, 38 and 2D. RGB value is (167,56,45). Sum of RGB (Red+Green+Blue) = 167+56+45=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A7382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7382D is #58C7D2. Grayscale: #585858. Windows color (decimal): -5818323 or 2963623. OLE color: 2963623.

HSL color Cylindrical-coordinate representation of color #A7382D: hue angle of 5.41º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7382D is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 56 45 -
CMYK 0 0.66 0.73 0.35
HSL 5.41º 0.58% 0.42% -
HSV(B) 5.41º 0.73% 0.65% -
XYZ 17.82 11.23 3.71 -
YUV 87.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 167 56 45 0 0.66 0.73 0.35 5.41 0.58 0.42
Hex A7 38 2D 0 42 49 23 5 3A 2A
Octal 247 70 55 0 102 111 43 5 72 52
Binary 10100111 111000 101101 0 1000010 1001001 100011 101 111010 101010

Color Harmonies of #A7382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7382D

Black with #A7382D

Text Example


Text Example

White with #A7382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7382D; }

 p { color: rgb(167,56,45); }

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

background-color css

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

 a { background-color: rgb(167,56,45); }

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

border-color css

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

 span { border-color: rgb(167,56,45); }

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