Shades of Bright Red #A01D3C
Tints of Bright Red #A01D3C
RGB
CMYK
RGB Variations
Color information
#A01D3C (or 0xA01D3C) is known color: Bright Red. HEX triplet: A0, 1D and 3C. RGB value is (160,29,60). Sum of RGB (Red+Green+Blue) = 160+29+60=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01D3C is #5FE2C3. Grayscale: #474747. Windows color (decimal): -6283972 or 3939744. OLE color: 3939744.
HSL color Cylindrical-coordinate representation of color #A01D3C: hue angle of 345.8º degrees, saturation: 0.69, 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 #A01D3C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 29 | 60 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.37 |
| HSL | 345.8º | 0.69% | 0.37% | - |
| HSV(B) | 345.8º | 0.82% | 0.63% | - |
| XYZ | 15.75 | 8.68 | 5.12 | - |
| YUV | 71.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 29 | 60 | 0 | 0.82 | 0.62 | 0.37 | 345.8 | 0.69 | 0.37 |
| Hex | A0 | 1D | 3C | 0 | 52 | 3E | 25 | 15A | 45 | 25 |
| Octal | 240 | 35 | 74 | 0 | 122 | 76 | 45 | 532 | 105 | 45 |
| Binary | 10100000 | 11101 | 111100 | 0 | 1010010 | 111110 | 100101 | 101011010 | 1000101 | 100101 |
Color Harmonies of #A01D3C
Complementary color
Monochromatic Colors of #A01D3C
Black with #A01D3C
Text Example
Text Example
White with #A01D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01D3C; }
p { color: rgb(160,29,60); }
H1.HeaderClassName
{
color: #A01D3C;
}
.AnyTagClassName
{
color: #A01D3C;
}
</style>
background-color css
<style>
a { background-color: #A01D3C; }
a { background-color: rgb(160,29,60); }
div.DivClassName
{
background-color: #A01D3C;
}
.BgClassName
{
background-color: #A01D3C;
}
</style>
border-color css
<style>
span { border-color: #A01D3C; }
span { border-color: rgb(160,29,60); }
td.TdClassName
{
border-color: #A01D3C;
}
.TagClassName
{
border-color: #A01D3C;
}
</style>