Shades of Dark Red #A30C05
Tints of Dark Red #A30C05
RGB
CMYK
RGB Variations
Color information
#A30C05 (or 0xA30C05) is known color: Dark Red. HEX triplet: A3, 0C and 05. RGB value is (163,12,5). Sum of RGB (Red+Green+Blue) = 163+12+5=180 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.56% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30C05 is #5CF3FA. Grayscale: #383838. Windows color (decimal): -6091771 or 330915. OLE color: 330915.
HSL color Cylindrical-coordinate representation of color #A30C05: hue angle of 2.66º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30C05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 12 | 5 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.36 |
| HSL | 2.66º | 0.94% | 0.33% | - |
| HSV(B) | 2.66º | 0.97% | 0.64% | - |
| XYZ | 15.26 | 8.06 | 0.89 | - |
| YUV | 56.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 5 | 0 | 0.93 | 0.97 | 0.36 | 2.66 | 0.94 | 0.33 |
| Hex | A3 | C | 5 | 0 | 5D | 61 | 24 | 3 | 5E | 21 |
| Octal | 243 | 14 | 5 | 0 | 135 | 141 | 44 | 3 | 136 | 41 |
| Binary | 10100011 | 1100 | 101 | 0 | 1011101 | 1100001 | 100100 | 11 | 1011110 | 100001 |
Color Harmonies of #A30C05
Complementary color
Monochromatic Colors of #A30C05
Black with #A30C05
Text Example
Text Example
White with #A30C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30C05; }
p { color: rgb(163,12,5); }
H1.HeaderClassName
{
color: #A30C05;
}
.AnyTagClassName
{
color: #A30C05;
}
</style>
background-color css
<style>
a { background-color: #A30C05; }
a { background-color: rgb(163,12,5); }
div.DivClassName
{
background-color: #A30C05;
}
.BgClassName
{
background-color: #A30C05;
}
</style>
border-color css
<style>
span { border-color: #A30C05; }
span { border-color: rgb(163,12,5); }
td.TdClassName
{
border-color: #A30C05;
}
.TagClassName
{
border-color: #A30C05;
}
</style>