Shades of Bright Red #A9172A
Tints of Bright Red #A9172A
RGB
CMYK
RGB Variations
Color information
#A9172A (or 0xA9172A) is known color: Bright Red. HEX triplet: A9, 17 and 2A. RGB value is (169,23,42). Sum of RGB (Red+Green+Blue) = 169+23+42=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A9172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9172A is #56E8D5. Grayscale: #444444. Windows color (decimal): -5695702 or 2758569. OLE color: 2758569.
HSL color Cylindrical-coordinate representation of color #A9172A: hue angle of 352.19º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9172A is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 42 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.34 |
| HSL | 352.19º | 0.76% | 0.38% | - |
| HSV(B) | 352.19º | 0.86% | 0.66% | - |
| XYZ | 17.09 | 9.21 | 3.07 | - |
| YUV | 68.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 42 | 0 | 0.86 | 0.75 | 0.34 | 352.19 | 0.76 | 0.38 |
| Hex | A9 | 17 | 2A | 0 | 56 | 4B | 22 | 160 | 4C | 26 |
| Octal | 251 | 27 | 52 | 0 | 126 | 113 | 42 | 540 | 114 | 46 |
| Binary | 10101001 | 10111 | 101010 | 0 | 1010110 | 1001011 | 100010 | 101100000 | 1001100 | 100110 |
Color Harmonies of #A9172A
Complementary color
Monochromatic Colors of #A9172A
Black with #A9172A
Text Example
Text Example
White with #A9172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9172A; }
p { color: rgb(169,23,42); }
H1.HeaderClassName
{
color: #A9172A;
}
.AnyTagClassName
{
color: #A9172A;
}
</style>
background-color css
<style>
a { background-color: #A9172A; }
a { background-color: rgb(169,23,42); }
div.DivClassName
{
background-color: #A9172A;
}
.BgClassName
{
background-color: #A9172A;
}
</style>
border-color css
<style>
span { border-color: #A9172A; }
span { border-color: rgb(169,23,42); }
td.TdClassName
{
border-color: #A9172A;
}
.TagClassName
{
border-color: #A9172A;
}
</style>