Shades of Dark Red #A30B02
Tints of Dark Red #A30B02
RGB
CMYK
RGB Variations
Color information
#A30B02 (or 0xA30B02) is known color: Dark Red. HEX triplet: A3, 0B and 02. RGB value is (163,11,2). Sum of RGB (Red+Green+Blue) = 163+11+2=176 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.61% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30B02 is #5CF4FD. Grayscale: #373737. Windows color (decimal): -6092030 or 134051. OLE color: 134051.
HSL color Cylindrical-coordinate representation of color #A30B02: hue angle of 3.35º 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 #A30B02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 11 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.36 |
| HSL | 3.35º | 0.98% | 0.32% | - |
| HSV(B) | 3.35º | 0.99% | 0.64% | - |
| XYZ | 15.23 | 8.03 | 0.8 | - |
| YUV | 55.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 2 | 0 | 0.93 | 0.99 | 0.36 | 3.35 | 0.98 | 0.32 |
| Hex | A3 | B | 2 | 0 | 5D | 63 | 24 | 3 | 62 | 20 |
| Octal | 243 | 13 | 2 | 0 | 135 | 143 | 44 | 3 | 142 | 40 |
| Binary | 10100011 | 1011 | 10 | 0 | 1011101 | 1100011 | 100100 | 11 | 1100010 | 100000 |
Color Harmonies of #A30B02
Complementary color
Monochromatic Colors of #A30B02
Black with #A30B02
Text Example
Text Example
White with #A30B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30B02; }
p { color: rgb(163,11,2); }
H1.HeaderClassName
{
color: #A30B02;
}
.AnyTagClassName
{
color: #A30B02;
}
</style>
background-color css
<style>
a { background-color: #A30B02; }
a { background-color: rgb(163,11,2); }
div.DivClassName
{
background-color: #A30B02;
}
.BgClassName
{
background-color: #A30B02;
}
</style>
border-color css
<style>
span { border-color: #A30B02; }
span { border-color: rgb(163,11,2); }
td.TdClassName
{
border-color: #A30B02;
}
.TagClassName
{
border-color: #A30B02;
}
</style>