Shades of Dark Red #A50C02
Tints of Dark Red #A50C02
RGB
CMYK
RGB Variations
Color information
#A50C02 (or 0xA50C02) is known color: Dark Red. HEX triplet: A5, 0C and 02. RGB value is (165,12,2). Sum of RGB (Red+Green+Blue) = 165+12+2=179 (23% of max value = 765). Red value is 165 (64.84% from 255 or 92.18% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50C02 is #5AF3FD. Grayscale: #383838. Windows color (decimal): -5960702 or 134309. OLE color: 134309.
HSL color Cylindrical-coordinate representation of color #A50C02: hue angle of 3.68º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50C02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 12 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.35 |
| HSL | 3.68º | 0.98% | 0.33% | - |
| HSV(B) | 3.68º | 0.99% | 0.65% | - |
| XYZ | 15.66 | 8.27 | 0.83 | - |
| YUV | 56.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 2 | 0 | 0.93 | 0.99 | 0.35 | 3.68 | 0.98 | 0.33 |
| Hex | A5 | C | 2 | 0 | 5D | 63 | 23 | 4 | 62 | 21 |
| Octal | 245 | 14 | 2 | 0 | 135 | 143 | 43 | 4 | 142 | 41 |
| Binary | 10100101 | 1100 | 10 | 0 | 1011101 | 1100011 | 100011 | 100 | 1100010 | 100001 |
Color Harmonies of #A50C02
Complementary color
Monochromatic Colors of #A50C02
Black with #A50C02
Text Example
Text Example
White with #A50C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50C02; }
p { color: rgb(165,12,2); }
H1.HeaderClassName
{
color: #A50C02;
}
.AnyTagClassName
{
color: #A50C02;
}
</style>
background-color css
<style>
a { background-color: #A50C02; }
a { background-color: rgb(165,12,2); }
div.DivClassName
{
background-color: #A50C02;
}
.BgClassName
{
background-color: #A50C02;
}
</style>
border-color css
<style>
span { border-color: #A50C02; }
span { border-color: rgb(165,12,2); }
td.TdClassName
{
border-color: #A50C02;
}
.TagClassName
{
border-color: #A50C02;
}
</style>