Shades of Milano Red #A8362D
Tints of Milano Red #A8362D
RGB
CMYK
RGB Variations
Color information
#A8362D (or 0xA8362D) is known color: Milano Red. HEX triplet: A8, 36 and 2D. RGB value is (168,54,45). Sum of RGB (Red+Green+Blue) = 168+54+45=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8362D is #57C9D2. Grayscale: #575757. Windows color (decimal): -5753299 or 2963112. OLE color: 2963112.
HSL color Cylindrical-coordinate representation of color #A8362D: hue angle of 4.39º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8362D is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 45 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.34 |
| HSL | 4.39º | 0.58% | 0.42% | - |
| HSV(B) | 4.39º | 0.73% | 0.66% | - |
| XYZ | 17.94 | 11.15 | 3.69 | - |
| YUV | 87.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 45 | 0 | 0.68 | 0.73 | 0.34 | 4.39 | 0.58 | 0.42 |
| Hex | A8 | 36 | 2D | 0 | 44 | 49 | 22 | 4 | 3A | 2A |
| Octal | 250 | 66 | 55 | 0 | 104 | 111 | 42 | 4 | 72 | 52 |
| Binary | 10101000 | 110110 | 101101 | 0 | 1000100 | 1001001 | 100010 | 100 | 111010 | 101010 |
Color Harmonies of #A8362D
Complementary color
Monochromatic Colors of #A8362D
Black with #A8362D
Text Example
Text Example
White with #A8362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8362D; }
p { color: rgb(168,54,45); }
H1.HeaderClassName
{
color: #A8362D;
}
.AnyTagClassName
{
color: #A8362D;
}
</style>
background-color css
<style>
a { background-color: #A8362D; }
a { background-color: rgb(168,54,45); }
div.DivClassName
{
background-color: #A8362D;
}
.BgClassName
{
background-color: #A8362D;
}
</style>
border-color css
<style>
span { border-color: #A8362D; }
span { border-color: rgb(168,54,45); }
td.TdClassName
{
border-color: #A8362D;
}
.TagClassName
{
border-color: #A8362D;
}
</style>