Shades of Bright Red #A81827
Tints of Bright Red #A81827
RGB
CMYK
RGB Variations
Color information
#A81827 (or 0xA81827) is known color: Bright Red. HEX triplet: A8, 18 and 27. RGB value is (168,24,39). Sum of RGB (Red+Green+Blue) = 168+24+39=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A81827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81827 is #57E7D8. Grayscale: #444444. Windows color (decimal): -5760985 or 2562216. OLE color: 2562216.
HSL color Cylindrical-coordinate representation of color #A81827: hue angle of 353.75º degrees, saturation: 0.75, 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 #A81827 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 39 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.34 |
| HSL | 353.75º | 0.75% | 0.38% | - |
| HSV(B) | 353.75º | 0.86% | 0.66% | - |
| XYZ | 16.84 | 9.12 | 2.79 | - |
| YUV | 68.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 39 | 0 | 0.86 | 0.77 | 0.34 | 353.75 | 0.75 | 0.38 |
| Hex | A8 | 18 | 27 | 0 | 56 | 4D | 22 | 162 | 4B | 26 |
| Octal | 250 | 30 | 47 | 0 | 126 | 115 | 42 | 542 | 113 | 46 |
| Binary | 10101000 | 11000 | 100111 | 0 | 1010110 | 1001101 | 100010 | 101100010 | 1001011 | 100110 |
Color Harmonies of #A81827
Complementary color
Monochromatic Colors of #A81827
Black with #A81827
Text Example
Text Example
White with #A81827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81827; }
p { color: rgb(168,24,39); }
H1.HeaderClassName
{
color: #A81827;
}
.AnyTagClassName
{
color: #A81827;
}
</style>
background-color css
<style>
a { background-color: #A81827; }
a { background-color: rgb(168,24,39); }
div.DivClassName
{
background-color: #A81827;
}
.BgClassName
{
background-color: #A81827;
}
</style>
border-color css
<style>
span { border-color: #A81827; }
span { border-color: rgb(168,24,39); }
td.TdClassName
{
border-color: #A81827;
}
.TagClassName
{
border-color: #A81827;
}
</style>