Shades of Bright Red #A01C3A
Tints of Bright Red #A01C3A
RGB
CMYK
RGB Variations
Color information
#A01C3A (or 0xA01C3A) is known color: Bright Red. HEX triplet: A0, 1C and 3A. RGB value is (160,28,58). Sum of RGB (Red+Green+Blue) = 160+28+58=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01C3A is #5FE3C5. Grayscale: #464646. Windows color (decimal): -6284230 or 3808416. OLE color: 3808416.
HSL color Cylindrical-coordinate representation of color #A01C3A: hue angle of 346.36º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01C3A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 28 | 58 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.37 |
| HSL | 346.36º | 0.7% | 0.37% | - |
| HSV(B) | 346.36º | 0.83% | 0.63% | - |
| XYZ | 15.68 | 8.61 | 4.84 | - |
| YUV | 70.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 58 | 0 | 0.82 | 0.64 | 0.37 | 346.36 | 0.7 | 0.37 |
| Hex | A0 | 1C | 3A | 0 | 52 | 40 | 25 | 15A | 46 | 25 |
| Octal | 240 | 34 | 72 | 0 | 122 | 100 | 45 | 532 | 106 | 45 |
| Binary | 10100000 | 11100 | 111010 | 0 | 1010010 | 1000000 | 100101 | 101011010 | 1000110 | 100101 |
Color Harmonies of #A01C3A
Complementary color
Monochromatic Colors of #A01C3A
Black with #A01C3A
Text Example
Text Example
White with #A01C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01C3A; }
p { color: rgb(160,28,58); }
H1.HeaderClassName
{
color: #A01C3A;
}
.AnyTagClassName
{
color: #A01C3A;
}
</style>
background-color css
<style>
a { background-color: #A01C3A; }
a { background-color: rgb(160,28,58); }
div.DivClassName
{
background-color: #A01C3A;
}
.BgClassName
{
background-color: #A01C3A;
}
</style>
border-color css
<style>
span { border-color: #A01C3A; }
span { border-color: rgb(160,28,58); }
td.TdClassName
{
border-color: #A01C3A;
}
.TagClassName
{
border-color: #A01C3A;
}
</style>