Shades of Bright Red #A91729
Tints of Bright Red #A91729
RGB
CMYK
RGB Variations
Color information
#A91729 (or 0xA91729) is known color: Bright Red. HEX triplet: A9, 17 and 29. RGB value is (169,23,41). Sum of RGB (Red+Green+Blue) = 169+23+41=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A91729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91729 is #56E8D6. Grayscale: #444444. Windows color (decimal): -5695703 or 2693033. OLE color: 2693033.
HSL color Cylindrical-coordinate representation of color #A91729: hue angle of 352.6º 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 #A91729 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 41 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.34 |
| HSL | 352.6º | 0.76% | 0.38% | - |
| HSV(B) | 352.6º | 0.86% | 0.66% | - |
| XYZ | 17.07 | 9.21 | 2.98 | - |
| YUV | 68.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 41 | 0 | 0.86 | 0.76 | 0.34 | 352.6 | 0.76 | 0.38 |
| Hex | A9 | 17 | 29 | 0 | 56 | 4C | 22 | 161 | 4C | 26 |
| Octal | 251 | 27 | 51 | 0 | 126 | 114 | 42 | 541 | 114 | 46 |
| Binary | 10101001 | 10111 | 101001 | 0 | 1010110 | 1001100 | 100010 | 101100001 | 1001100 | 100110 |
Color Harmonies of #A91729
Complementary color
Monochromatic Colors of #A91729
Black with #A91729
Text Example
Text Example
White with #A91729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91729; }
p { color: rgb(169,23,41); }
H1.HeaderClassName
{
color: #A91729;
}
.AnyTagClassName
{
color: #A91729;
}
</style>
background-color css
<style>
a { background-color: #A91729; }
a { background-color: rgb(169,23,41); }
div.DivClassName
{
background-color: #A91729;
}
.BgClassName
{
background-color: #A91729;
}
</style>
border-color css
<style>
span { border-color: #A91729; }
span { border-color: rgb(169,23,41); }
td.TdClassName
{
border-color: #A91729;
}
.TagClassName
{
border-color: #A91729;
}
</style>