Shades of Dark Red #A30C02
Tints of Dark Red #A30C02
RGB
CMYK
RGB Variations
Color information
#A30C02 (or 0xA30C02) is known color: Dark Red. HEX triplet: A3, 0C and 02. RGB value is (163,12,2). Sum of RGB (Red+Green+Blue) = 163+12+2=177 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.09% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30C02 is #5CF3FD. Grayscale: #383838. Windows color (decimal): -6091774 or 134307. OLE color: 134307.
HSL color Cylindrical-coordinate representation of color #A30C02: hue angle of 3.73º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30C02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 12 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.36 |
| HSL | 3.73º | 0.98% | 0.32% | - |
| HSV(B) | 3.73º | 0.99% | 0.64% | - |
| XYZ | 15.25 | 8.05 | 0.81 | - |
| YUV | 56.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 12 | 2 | 0 | 0.93 | 0.99 | 0.36 | 3.73 | 0.98 | 0.32 |
| Hex | A3 | C | 2 | 0 | 5D | 63 | 24 | 4 | 62 | 20 |
| Octal | 243 | 14 | 2 | 0 | 135 | 143 | 44 | 4 | 142 | 40 |
| Binary | 10100011 | 1100 | 10 | 0 | 1011101 | 1100011 | 100100 | 100 | 1100010 | 100000 |
Color Harmonies of #A30C02
Complementary color
Monochromatic Colors of #A30C02
Black with #A30C02
Text Example
Text Example
White with #A30C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30C02; }
p { color: rgb(163,12,2); }
H1.HeaderClassName
{
color: #A30C02;
}
.AnyTagClassName
{
color: #A30C02;
}
</style>
background-color css
<style>
a { background-color: #A30C02; }
a { background-color: rgb(163,12,2); }
div.DivClassName
{
background-color: #A30C02;
}
.BgClassName
{
background-color: #A30C02;
}
</style>
border-color css
<style>
span { border-color: #A30C02; }
span { border-color: rgb(163,12,2); }
td.TdClassName
{
border-color: #A30C02;
}
.TagClassName
{
border-color: #A30C02;
}
</style>