Shades of Bright Red #A81920
Tints of Bright Red #A81920
RGB
CMYK
RGB Variations
Color information
#A81920 (or 0xA81920) is known color: Bright Red. HEX triplet: A8, 19 and 20. RGB value is (168,25,32). Sum of RGB (Red+Green+Blue) = 168+25+32=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A81920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81920 is #57E6DF. Grayscale: #444444. Windows color (decimal): -5760736 or 2103720. OLE color: 2103720.
HSL color Cylindrical-coordinate representation of color #A81920: hue angle of 357.06º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81920 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 32 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.34 |
| HSL | 357.06º | 0.74% | 0.38% | - |
| HSV(B) | 357.06º | 0.85% | 0.66% | - |
| XYZ | 16.76 | 9.12 | 2.24 | - |
| YUV | 68.56 | 107.38 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 32 | 0 | 0.85 | 0.81 | 0.34 | 357.06 | 0.74 | 0.38 |
| Hex | A8 | 19 | 20 | 0 | 55 | 51 | 22 | 165 | 4A | 26 |
| Octal | 250 | 31 | 40 | 0 | 125 | 121 | 42 | 545 | 112 | 46 |
| Binary | 10101000 | 11001 | 100000 | 0 | 1010101 | 1010001 | 100010 | 101100101 | 1001010 | 100110 |
Color Harmonies of #A81920
Complementary color
Monochromatic Colors of #A81920
Black with #A81920
Text Example
Text Example
White with #A81920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81920; }
p { color: rgb(168,25,32); }
H1.HeaderClassName
{
color: #A81920;
}
.AnyTagClassName
{
color: #A81920;
}
</style>
background-color css
<style>
a { background-color: #A81920; }
a { background-color: rgb(168,25,32); }
div.DivClassName
{
background-color: #A81920;
}
.BgClassName
{
background-color: #A81920;
}
</style>
border-color css
<style>
span { border-color: #A81920; }
span { border-color: rgb(168,25,32); }
td.TdClassName
{
border-color: #A81920;
}
.TagClassName
{
border-color: #A81920;
}
</style>