Shades of Bright Red #A81A32
Tints of Bright Red #A81A32
RGB
CMYK
RGB Variations
Color information
#A81A32 (or 0xA81A32) is known color: Bright Red. HEX triplet: A8, 1A and 32. RGB value is (168,26,50). Sum of RGB (Red+Green+Blue) = 168+26+50=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A32 is #57E5CD. Grayscale: #474747. Windows color (decimal): -5760462 or 3283624. OLE color: 3283624.
HSL color Cylindrical-coordinate representation of color #A81A32: hue angle of 349.86º degrees, saturation: 0.73, 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 #A81A32 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 50 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.34 |
| HSL | 349.86º | 0.73% | 0.38% | - |
| HSV(B) | 349.86º | 0.85% | 0.66% | - |
| XYZ | 17.09 | 9.29 | 3.91 | - |
| YUV | 71.19 | 116.04 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 50 | 0 | 0.85 | 0.70 | 0.34 | 349.86 | 0.73 | 0.38 |
| Hex | A8 | 1A | 32 | 0 | 55 | 46 | 22 | 15E | 49 | 26 |
| Octal | 250 | 32 | 62 | 0 | 125 | 106 | 42 | 536 | 111 | 46 |
| Binary | 10101000 | 11010 | 110010 | 0 | 1010101 | 1000110 | 100010 | 101011110 | 1001001 | 100110 |
Color Harmonies of #A81A32
Complementary color
Monochromatic Colors of #A81A32
Black with #A81A32
Text Example
Text Example
White with #A81A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A32; }
p { color: rgb(168,26,50); }
H1.HeaderClassName
{
color: #A81A32;
}
.AnyTagClassName
{
color: #A81A32;
}
</style>
background-color css
<style>
a { background-color: #A81A32; }
a { background-color: rgb(168,26,50); }
div.DivClassName
{
background-color: #A81A32;
}
.BgClassName
{
background-color: #A81A32;
}
</style>
border-color css
<style>
span { border-color: #A81A32; }
span { border-color: rgb(168,26,50); }
td.TdClassName
{
border-color: #A81A32;
}
.TagClassName
{
border-color: #A81A32;
}
</style>