Shades of Bright Red #A81726
Tints of Bright Red #A81726
RGB
CMYK
RGB Variations
Color information
#A81726 (or 0xA81726) is known color: Bright Red. HEX triplet: A8, 17 and 26. RGB value is (168,23,38). Sum of RGB (Red+Green+Blue) = 168+23+38=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A81726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81726 is #57E8D9. Grayscale: #444444. Windows color (decimal): -5761242 or 2496424. OLE color: 2496424.
HSL color Cylindrical-coordinate representation of color #A81726: hue angle of 353.79º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81726 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 38 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.34 |
| HSL | 353.79º | 0.76% | 0.37% | - |
| HSV(B) | 353.79º | 0.86% | 0.66% | - |
| XYZ | 16.8 | 9.08 | 2.7 | - |
| YUV | 68.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 38 | 0 | 0.86 | 0.77 | 0.34 | 353.79 | 0.76 | 0.37 |
| Hex | A8 | 17 | 26 | 0 | 56 | 4D | 22 | 162 | 4C | 25 |
| Octal | 250 | 27 | 46 | 0 | 126 | 115 | 42 | 542 | 114 | 45 |
| Binary | 10101000 | 10111 | 100110 | 0 | 1010110 | 1001101 | 100010 | 101100010 | 1001100 | 100101 |
Color Harmonies of #A81726
Complementary color
Monochromatic Colors of #A81726
Black with #A81726
Text Example
Text Example
White with #A81726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81726; }
p { color: rgb(168,23,38); }
H1.HeaderClassName
{
color: #A81726;
}
.AnyTagClassName
{
color: #A81726;
}
</style>
background-color css
<style>
a { background-color: #A81726; }
a { background-color: rgb(168,23,38); }
div.DivClassName
{
background-color: #A81726;
}
.BgClassName
{
background-color: #A81726;
}
</style>
border-color css
<style>
span { border-color: #A81726; }
span { border-color: rgb(168,23,38); }
td.TdClassName
{
border-color: #A81726;
}
.TagClassName
{
border-color: #A81726;
}
</style>