Shades of Bright Red #A31726
Tints of Bright Red #A31726
RGB
CMYK
RGB Variations
Color information
#A31726 (or 0xA31726) is known color: Bright Red. HEX triplet: A3, 17 and 26. RGB value is (163,23,38). Sum of RGB (Red+Green+Blue) = 163+23+38=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A31726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31726 is #5CE8D9. Grayscale: #424242. Windows color (decimal): -6088922 or 2496419. OLE color: 2496419.
HSL color Cylindrical-coordinate representation of color #A31726: hue angle of 353.57º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31726 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 38 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.36 |
| HSL | 353.57º | 0.75% | 0.36% | - |
| HSV(B) | 353.57º | 0.86% | 0.64% | - |
| XYZ | 15.76 | 8.54 | 2.65 | - |
| YUV | 66.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 38 | 0 | 0.86 | 0.77 | 0.36 | 353.57 | 0.75 | 0.36 |
| Hex | A3 | 17 | 26 | 0 | 56 | 4D | 24 | 162 | 4B | 24 |
| Octal | 243 | 27 | 46 | 0 | 126 | 115 | 44 | 542 | 113 | 44 |
| Binary | 10100011 | 10111 | 100110 | 0 | 1010110 | 1001101 | 100100 | 101100010 | 1001011 | 100100 |
Color Harmonies of #A31726
Complementary color
Monochromatic Colors of #A31726
Black with #A31726
Text Example
Text Example
White with #A31726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31726; }
p { color: rgb(163,23,38); }
H1.HeaderClassName
{
color: #A31726;
}
.AnyTagClassName
{
color: #A31726;
}
</style>
background-color css
<style>
a { background-color: #A31726; }
a { background-color: rgb(163,23,38); }
div.DivClassName
{
background-color: #A31726;
}
.BgClassName
{
background-color: #A31726;
}
</style>
border-color css
<style>
span { border-color: #A31726; }
span { border-color: rgb(163,23,38); }
td.TdClassName
{
border-color: #A31726;
}
.TagClassName
{
border-color: #A31726;
}
</style>