Shades of Bright Red #A01C2F
Tints of Bright Red #A01C2F
RGB
CMYK
RGB Variations
Color information
#A01C2F (or 0xA01C2F) is known color: Bright Red. HEX triplet: A0, 1C and 2F. RGB value is (160,28,47). Sum of RGB (Red+Green+Blue) = 160+28+47=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01C2F is #5FE3D0. Grayscale: #454545. Windows color (decimal): -6284241 or 3087520. OLE color: 3087520.
HSL color Cylindrical-coordinate representation of color #A01C2F: hue angle of 351.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 #A01C2F is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 28 | 47 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.37 |
| HSL | 351.36º | 0.7% | 0.37% | - |
| HSV(B) | 351.36º | 0.83% | 0.63% | - |
| XYZ | 15.43 | 8.51 | 3.52 | - |
| YUV | 69.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 47 | 0 | 0.82 | 0.71 | 0.37 | 351.36 | 0.7 | 0.37 |
| Hex | A0 | 1C | 2F | 0 | 52 | 47 | 25 | 15F | 46 | 25 |
| Octal | 240 | 34 | 57 | 0 | 122 | 107 | 45 | 537 | 106 | 45 |
| Binary | 10100000 | 11100 | 101111 | 0 | 1010010 | 1000111 | 100101 | 101011111 | 1000110 | 100101 |
Color Harmonies of #A01C2F
Complementary color
Monochromatic Colors of #A01C2F
Black with #A01C2F
Text Example
Text Example
White with #A01C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01C2F; }
p { color: rgb(160,28,47); }
H1.HeaderClassName
{
color: #A01C2F;
}
.AnyTagClassName
{
color: #A01C2F;
}
</style>
background-color css
<style>
a { background-color: #A01C2F; }
a { background-color: rgb(160,28,47); }
div.DivClassName
{
background-color: #A01C2F;
}
.BgClassName
{
background-color: #A01C2F;
}
</style>
border-color css
<style>
span { border-color: #A01C2F; }
span { border-color: rgb(160,28,47); }
td.TdClassName
{
border-color: #A01C2F;
}
.TagClassName
{
border-color: #A01C2F;
}
</style>