Shades of Bright Red #A01C1F
Tints of Bright Red #A01C1F
RGB
CMYK
RGB Variations
Color information
#A01C1F (or 0xA01C1F) is known color: Bright Red. HEX triplet: A0, 1C and 1F. RGB value is (160,28,31). Sum of RGB (Red+Green+Blue) = 160+28+31=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01C1F is #5FE3E0. Grayscale: #434343. Windows color (decimal): -6284257 or 2038944. OLE color: 2038944.
HSL color Cylindrical-coordinate representation of color #A01C1F: hue angle of 358.64º 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 #A01C1F is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 28 | 31 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.37 |
| HSL | 358.64º | 0.7% | 0.37% | - |
| HSV(B) | 358.64º | 0.83% | 0.63% | - |
| XYZ | 15.16 | 8.4 | 2.12 | - |
| YUV | 67.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 31 | 0 | 0.82 | 0.81 | 0.37 | 358.64 | 0.7 | 0.37 |
| Hex | A0 | 1C | 1F | 0 | 52 | 51 | 25 | 167 | 46 | 25 |
| Octal | 240 | 34 | 37 | 0 | 122 | 121 | 45 | 547 | 106 | 45 |
| Binary | 10100000 | 11100 | 11111 | 0 | 1010010 | 1010001 | 100101 | 101100111 | 1000110 | 100101 |
Color Harmonies of #A01C1F
Complementary color
Monochromatic Colors of #A01C1F
Black with #A01C1F
Text Example
Text Example
White with #A01C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01C1F; }
p { color: rgb(160,28,31); }
H1.HeaderClassName
{
color: #A01C1F;
}
.AnyTagClassName
{
color: #A01C1F;
}
</style>
background-color css
<style>
a { background-color: #A01C1F; }
a { background-color: rgb(160,28,31); }
div.DivClassName
{
background-color: #A01C1F;
}
.BgClassName
{
background-color: #A01C1F;
}
</style>
border-color css
<style>
span { border-color: #A01C1F; }
span { border-color: rgb(160,28,31); }
td.TdClassName
{
border-color: #A01C1F;
}
.TagClassName
{
border-color: #A01C1F;
}
</style>