Shades of Dark Red #A00303
Tints of Dark Red #A00303
RGB
CMYK
RGB Variations
Color information
#A00303 (or 0xA00303) is known color: Dark Red. HEX triplet: A0, 03 and 03. RGB value is (160,3,3). Sum of RGB (Red+Green+Blue) = 160+3+3=166 (21% of max value = 765). Red value is 160 (62.89% from 255 or 96.39% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 160 - color contains mainly: red. Hex color #A00303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00303 is #5FFCFC. Grayscale: #323232. Windows color (decimal): -6290685 or 197536. OLE color: 197536.
HSL color Cylindrical-coordinate representation of color #A00303: hue angle of 0º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00303 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.37 |
| HSL | 0º | 0.96% | 0.32% | - |
| HSV(B) | 0º | 0.98% | 0.63% | - |
| XYZ | 14.55 | 7.55 | 0.78 | - |
| YUV | 49.94 | 101.51 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 3 | 0 | 0.98 | 0.98 | 0.37 | 0 | 0.96 | 0.32 |
| Hex | A0 | 3 | 3 | 0 | 62 | 62 | 25 | 0 | 60 | 20 |
| Octal | 240 | 3 | 3 | 0 | 142 | 142 | 45 | 0 | 140 | 40 |
| Binary | 10100000 | 11 | 11 | 0 | 1100010 | 1100010 | 100101 | 0 | 1100000 | 100000 |
Color Harmonies of #A00303
Complementary color
Monochromatic Colors of #A00303
Black with #A00303
Text Example
Text Example
White with #A00303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00303; }
p { color: rgb(160,3,3); }
H1.HeaderClassName
{
color: #A00303;
}
.AnyTagClassName
{
color: #A00303;
}
</style>
background-color css
<style>
a { background-color: #A00303; }
a { background-color: rgb(160,3,3); }
div.DivClassName
{
background-color: #A00303;
}
.BgClassName
{
background-color: #A00303;
}
</style>
border-color css
<style>
span { border-color: #A00303; }
span { border-color: rgb(160,3,3); }
td.TdClassName
{
border-color: #A00303;
}
.TagClassName
{
border-color: #A00303;
}
</style>