Shades of Bright Red #A81930
Tints of Bright Red #A81930
RGB
CMYK
RGB Variations
Color information
#A81930 (or 0xA81930) is known color: Bright Red. HEX triplet: A8, 19 and 30. RGB value is (168,25,48). Sum of RGB (Red+Green+Blue) = 168+25+48=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A81930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81930 is #57E6CF. Grayscale: #464646. Windows color (decimal): -5760720 or 3152296. OLE color: 3152296.
HSL color Cylindrical-coordinate representation of color #A81930: hue angle of 350.35º 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 #A81930 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 48 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.34 |
| HSL | 350.35º | 0.74% | 0.38% | - |
| HSV(B) | 350.35º | 0.85% | 0.66% | - |
| XYZ | 17.03 | 9.23 | 3.68 | - |
| YUV | 70.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 48 | 0 | 0.85 | 0.71 | 0.34 | 350.35 | 0.74 | 0.38 |
| Hex | A8 | 19 | 30 | 0 | 55 | 47 | 22 | 15E | 4A | 26 |
| Octal | 250 | 31 | 60 | 0 | 125 | 107 | 42 | 536 | 112 | 46 |
| Binary | 10101000 | 11001 | 110000 | 0 | 1010101 | 1000111 | 100010 | 101011110 | 1001010 | 100110 |
Color Harmonies of #A81930
Complementary color
Monochromatic Colors of #A81930
Black with #A81930
Text Example
Text Example
White with #A81930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81930; }
p { color: rgb(168,25,48); }
H1.HeaderClassName
{
color: #A81930;
}
.AnyTagClassName
{
color: #A81930;
}
</style>
background-color css
<style>
a { background-color: #A81930; }
a { background-color: rgb(168,25,48); }
div.DivClassName
{
background-color: #A81930;
}
.BgClassName
{
background-color: #A81930;
}
</style>
border-color css
<style>
span { border-color: #A81930; }
span { border-color: rgb(168,25,48); }
td.TdClassName
{
border-color: #A81930;
}
.TagClassName
{
border-color: #A81930;
}
</style>