Shades of Dark Red #A50C01
Tints of Dark Red #A50C01
RGB
CMYK
RGB Variations
Color information
#A50C01 (or 0xA50C01) is known color: Dark Red. HEX triplet: A5, 0C and 01. RGB value is (165,12,1). Sum of RGB (Red+Green+Blue) = 165+12+1=178 (23% of max value = 765). Red value is 165 (64.84% from 255 or 92.70% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50C01 is #5AF3FE. Grayscale: #383838. Windows color (decimal): -5960703 or 68773. OLE color: 68773.
HSL color Cylindrical-coordinate representation of color #A50C01: hue angle of 4.02º degrees, saturation: 0.99, 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 #A50C01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 12 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.35 |
| HSL | 4.02º | 0.99% | 0.33% | - |
| HSV(B) | 4.02º | 0.99% | 0.65% | - |
| XYZ | 15.65 | 8.26 | 0.8 | - |
| YUV | 56.49 | 96.69 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 1 | 0 | 0.93 | 0.99 | 0.35 | 4.02 | 0.99 | 0.33 |
| Hex | A5 | C | 1 | 0 | 5D | 63 | 23 | 4 | 63 | 21 |
| Octal | 245 | 14 | 1 | 0 | 135 | 143 | 43 | 4 | 143 | 41 |
| Binary | 10100101 | 1100 | 1 | 0 | 1011101 | 1100011 | 100011 | 100 | 1100011 | 100001 |
Color Harmonies of #A50C01
Complementary color
Monochromatic Colors of #A50C01
Black with #A50C01
Text Example
Text Example
White with #A50C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50C01; }
p { color: rgb(165,12,1); }
H1.HeaderClassName
{
color: #A50C01;
}
.AnyTagClassName
{
color: #A50C01;
}
</style>
background-color css
<style>
a { background-color: #A50C01; }
a { background-color: rgb(165,12,1); }
div.DivClassName
{
background-color: #A50C01;
}
.BgClassName
{
background-color: #A50C01;
}
</style>
border-color css
<style>
span { border-color: #A50C01; }
span { border-color: rgb(165,12,1); }
td.TdClassName
{
border-color: #A50C01;
}
.TagClassName
{
border-color: #A50C01;
}
</style>