Shades of Milano Red #A83635
Tints of Milano Red #A83635
RGB
CMYK
RGB Variations
Color information
#A83635 (or 0xA83635) is known color: Milano Red. HEX triplet: A8, 36 and 35. RGB value is (168,54,53). Sum of RGB (Red+Green+Blue) = 168+54+53=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A83635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83635 is #57C9CA. Grayscale: #585858. Windows color (decimal): -5753291 or 3487400. OLE color: 3487400.
HSL color Cylindrical-coordinate representation of color #A83635: hue angle of 0.52º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83635 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 54 | 53 | - |
CMYK | 0 | 0.68 | 0.68 | 0.34 |
HSL | 0.52º | 0.52% | 0.43% | - |
HSV(B) | 0.52º | 0.68% | 0.66% | - |
XYZ | 18.11 | 11.22 | 4.58 | - |
YUV | 87.97 | 108.27 | 185.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 54 | 53 | 0 | 0.68 | 0.68 | 0.34 | 0.52 | 0.52 | 0.43 |
Hex | A8 | 36 | 35 | 0 | 44 | 44 | 22 | 1 | 34 | 2B |
Octal | 250 | 66 | 65 | 0 | 104 | 104 | 42 | 1 | 64 | 53 |
Binary | 10101000 | 110110 | 110101 | 0 | 1000100 | 1000100 | 100010 | 1 | 110100 | 101011 |
Color Harmonies of #A83635
Complementary color
Monochromatic Colors of #A83635
Black with #A83635
Text Example
Text Example
White with #A83635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83635; }
p { color: rgb(168,54,53); }
H1.HeaderClassName
{
color: #A83635;
}
.AnyTagClassName
{
color: #A83635;
}
</style>
background-color css
<style>
a { background-color: #A83635; }
a { background-color: rgb(168,54,53); }
div.DivClassName
{
background-color: #A83635;
}
.BgClassName
{
background-color: #A83635;
}
</style>
border-color css
<style>
span { border-color: #A83635; }
span { border-color: rgb(168,54,53); }
td.TdClassName
{
border-color: #A83635;
}
.TagClassName
{
border-color: #A83635;
}
</style>