Shades of Bright Red #A01F2B
Tints of Bright Red #A01F2B
RGB
CMYK
RGB Variations
Color information
#A01F2B (or 0xA01F2B) is known color: Bright Red. HEX triplet: A0, 1F and 2B. RGB value is (160,31,43). Sum of RGB (Red+Green+Blue) = 160+31+43=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01F2B is #5FE0D4. Grayscale: #474747. Windows color (decimal): -6283477 or 2826144. OLE color: 2826144.
HSL color Cylindrical-coordinate representation of color #A01F2B: hue angle of 354.42º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01F2B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 31 | 43 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.37 |
| HSL | 354.42º | 0.68% | 0.37% | - |
| HSV(B) | 354.42º | 0.81% | 0.63% | - |
| XYZ | 15.42 | 8.63 | 3.14 | - |
| YUV | 70.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 43 | 0 | 0.81 | 0.73 | 0.37 | 354.42 | 0.68 | 0.37 |
| Hex | A0 | 1F | 2B | 0 | 51 | 49 | 25 | 162 | 44 | 25 |
| Octal | 240 | 37 | 53 | 0 | 121 | 111 | 45 | 542 | 104 | 45 |
| Binary | 10100000 | 11111 | 101011 | 0 | 1010001 | 1001001 | 100101 | 101100010 | 1000100 | 100101 |
Color Harmonies of #A01F2B
Complementary color
Monochromatic Colors of #A01F2B
Black with #A01F2B
Text Example
Text Example
White with #A01F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01F2B; }
p { color: rgb(160,31,43); }
H1.HeaderClassName
{
color: #A01F2B;
}
.AnyTagClassName
{
color: #A01F2B;
}
</style>
background-color css
<style>
a { background-color: #A01F2B; }
a { background-color: rgb(160,31,43); }
div.DivClassName
{
background-color: #A01F2B;
}
.BgClassName
{
background-color: #A01F2B;
}
</style>
border-color css
<style>
span { border-color: #A01F2B; }
span { border-color: rgb(160,31,43); }
td.TdClassName
{
border-color: #A01F2B;
}
.TagClassName
{
border-color: #A01F2B;
}
</style>