Shades of Bright Red #A01C24
Tints of Bright Red #A01C24
RGB
CMYK
RGB Variations
Color information
#A01C24 (or 0xA01C24) is known color: Bright Red. HEX triplet: A0, 1C and 24. RGB value is (160,28,36). Sum of RGB (Red+Green+Blue) = 160+28+36=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01C24 is #5FE3DB. Grayscale: #444444. Windows color (decimal): -6284252 or 2366624. OLE color: 2366624.
HSL color Cylindrical-coordinate representation of color #A01C24: hue angle of 356.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 #A01C24 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 28 | 36 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.37 |
| HSL | 356.36º | 0.7% | 0.37% | - |
| HSV(B) | 356.36º | 0.83% | 0.63% | - |
| XYZ | 15.23 | 8.43 | 2.49 | - |
| YUV | 68.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 36 | 0 | 0.82 | 0.78 | 0.37 | 356.36 | 0.7 | 0.37 |
| Hex | A0 | 1C | 24 | 0 | 52 | 4E | 25 | 164 | 46 | 25 |
| Octal | 240 | 34 | 44 | 0 | 122 | 116 | 45 | 544 | 106 | 45 |
| Binary | 10100000 | 11100 | 100100 | 0 | 1010010 | 1001110 | 100101 | 101100100 | 1000110 | 100101 |
Color Harmonies of #A01C24
Complementary color
Monochromatic Colors of #A01C24
Black with #A01C24
Text Example
Text Example
White with #A01C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01C24; }
p { color: rgb(160,28,36); }
H1.HeaderClassName
{
color: #A01C24;
}
.AnyTagClassName
{
color: #A01C24;
}
</style>
background-color css
<style>
a { background-color: #A01C24; }
a { background-color: rgb(160,28,36); }
div.DivClassName
{
background-color: #A01C24;
}
.BgClassName
{
background-color: #A01C24;
}
</style>
border-color css
<style>
span { border-color: #A01C24; }
span { border-color: rgb(160,28,36); }
td.TdClassName
{
border-color: #A01C24;
}
.TagClassName
{
border-color: #A01C24;
}
</style>