Shades of Bright Red #A31829
Tints of Bright Red #A31829
RGB
CMYK
RGB Variations
Color information
#A31829 (or 0xA31829) is known color: Bright Red. HEX triplet: A3, 18 and 29. RGB value is (163,24,41). Sum of RGB (Red+Green+Blue) = 163+24+41=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A31829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31829 is #5CE7D6. Grayscale: #434343. Windows color (decimal): -6088663 or 2693283. OLE color: 2693283.
HSL color Cylindrical-coordinate representation of color #A31829: hue angle of 352.66º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31829 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 41 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.36 |
| HSL | 352.66º | 0.74% | 0.37% | - |
| HSV(B) | 352.66º | 0.85% | 0.64% | - |
| XYZ | 15.83 | 8.6 | 2.92 | - |
| YUV | 67.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 41 | 0 | 0.85 | 0.75 | 0.36 | 352.66 | 0.74 | 0.37 |
| Hex | A3 | 18 | 29 | 0 | 55 | 4B | 24 | 161 | 4A | 25 |
| Octal | 243 | 30 | 51 | 0 | 125 | 113 | 44 | 541 | 112 | 45 |
| Binary | 10100011 | 11000 | 101001 | 0 | 1010101 | 1001011 | 100100 | 101100001 | 1001010 | 100101 |
Color Harmonies of #A31829
Complementary color
Monochromatic Colors of #A31829
Black with #A31829
Text Example
Text Example
White with #A31829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31829; }
p { color: rgb(163,24,41); }
H1.HeaderClassName
{
color: #A31829;
}
.AnyTagClassName
{
color: #A31829;
}
</style>
background-color css
<style>
a { background-color: #A31829; }
a { background-color: rgb(163,24,41); }
div.DivClassName
{
background-color: #A31829;
}
.BgClassName
{
background-color: #A31829;
}
</style>
border-color css
<style>
span { border-color: #A31829; }
span { border-color: rgb(163,24,41); }
td.TdClassName
{
border-color: #A31829;
}
.TagClassName
{
border-color: #A31829;
}
</style>