Html Css Color HEX #A8362C Milano Red

📋 copy color: '#A8362C'

red 168 ◦ green 54 ◦ blue 44

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

Shades of Milano Red #A8362C

Tints of Milano Red #A8362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 63.16%
G = 20.3%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8362C (or 0xA8362C) is known color: Milano Red. HEX triplet: A8, 36 and 2C. RGB value is (168,54,44). Sum of RGB (Red+Green+Blue) = 168+54+44=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8362C is #57C9D3. Grayscale: #575757. Windows color (decimal): -5753300 or 2897576. OLE color: 2897576.

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

Color convert

RGB 168 54 44 -
CMYK 0 0.68 0.74 0.34
HSL 4.84º 0.58% 0.42% -
HSV(B) 4.84º 0.74% 0.66% -
XYZ 17.92 11.15 3.59 -
YUV 86.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 168 54 44 0 0.68 0.74 0.34 4.84 0.58 0.42
Hex A8 36 2C 0 44 4A 22 5 3A 2A
Octal 250 66 54 0 104 112 42 5 72 52
Binary 10101000 110110 101100 0 1000100 1001010 100010 101 111010 101010

Color Harmonies of #A8362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8362C

Black with #A8362C

Text Example


Text Example

White with #A8362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8362C; }

 p { color: rgb(168,54,44); }

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

background-color css

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

 a { background-color: rgb(168,54,44); }

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

border-color css

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

 span { border-color: rgb(168,54,44); }

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