Shades of Dark Red #A31203
Tints of Dark Red #A31203
RGB
CMYK
RGB Variations
Color information
#A31203 (or 0xA31203) is known color: Dark Red. HEX triplet: A3, 12 and 03. RGB value is (163,18,3). Sum of RGB (Red+Green+Blue) = 163+18+3=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A31203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31203 is #5CEDFC. Grayscale: #3B3B3B. Windows color (decimal): -6090237 or 201379. OLE color: 201379.
HSL color Cylindrical-coordinate representation of color #A31203: hue angle of 5.62º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A31203 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 18 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.36 |
| HSL | 5.63º | 0.96% | 0.33% | - |
| HSV(B) | 5.63º | 0.98% | 0.64% | - |
| XYZ | 15.34 | 8.23 | 0.87 | - |
| YUV | 59.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 3 | 0 | 0.89 | 0.98 | 0.36 | 5.63 | 0.96 | 0.33 |
| Hex | A3 | 12 | 3 | 0 | 59 | 62 | 24 | 6 | 60 | 21 |
| Octal | 243 | 22 | 3 | 0 | 131 | 142 | 44 | 6 | 140 | 41 |
| Binary | 10100011 | 10010 | 11 | 0 | 1011001 | 1100010 | 100100 | 110 | 1100000 | 100001 |
Color Harmonies of #A31203
Complementary color
Monochromatic Colors of #A31203
Black with #A31203
Text Example
Text Example
White with #A31203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31203; }
p { color: rgb(163,18,3); }
H1.HeaderClassName
{
color: #A31203;
}
.AnyTagClassName
{
color: #A31203;
}
</style>
background-color css
<style>
a { background-color: #A31203; }
a { background-color: rgb(163,18,3); }
div.DivClassName
{
background-color: #A31203;
}
.BgClassName
{
background-color: #A31203;
}
</style>
border-color css
<style>
span { border-color: #A31203; }
span { border-color: rgb(163,18,3); }
td.TdClassName
{
border-color: #A31203;
}
.TagClassName
{
border-color: #A31203;
}
</style>