Shades of Bright Red #A81A30
Tints of Bright Red #A81A30
RGB
CMYK
RGB Variations
Color information
#A81A30 (or 0xA81A30) is known color: Bright Red. HEX triplet: A8, 1A and 30. RGB value is (168,26,48). Sum of RGB (Red+Green+Blue) = 168+26+48=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81A30 is #57E5CF. Grayscale: #474747. Windows color (decimal): -5760464 or 3152552. OLE color: 3152552.
HSL color Cylindrical-coordinate representation of color #A81A30: hue angle of 350.7º 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 #A81A30 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 26 | 48 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.34 |
| HSL | 350.7º | 0.73% | 0.38% | - |
| HSV(B) | 350.7º | 0.85% | 0.66% | - |
| XYZ | 17.05 | 9.28 | 3.69 | - |
| YUV | 70.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 48 | 0 | 0.85 | 0.71 | 0.34 | 350.7 | 0.73 | 0.38 |
| Hex | A8 | 1A | 30 | 0 | 55 | 47 | 22 | 15F | 49 | 26 |
| Octal | 250 | 32 | 60 | 0 | 125 | 107 | 42 | 537 | 111 | 46 |
| Binary | 10101000 | 11010 | 110000 | 0 | 1010101 | 1000111 | 100010 | 101011111 | 1001001 | 100110 |
Color Harmonies of #A81A30
Complementary color
Monochromatic Colors of #A81A30
Black with #A81A30
Text Example
Text Example
White with #A81A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81A30; }
p { color: rgb(168,26,48); }
H1.HeaderClassName
{
color: #A81A30;
}
.AnyTagClassName
{
color: #A81A30;
}
</style>
background-color css
<style>
a { background-color: #A81A30; }
a { background-color: rgb(168,26,48); }
div.DivClassName
{
background-color: #A81A30;
}
.BgClassName
{
background-color: #A81A30;
}
</style>
border-color css
<style>
span { border-color: #A81A30; }
span { border-color: rgb(168,26,48); }
td.TdClassName
{
border-color: #A81A30;
}
.TagClassName
{
border-color: #A81A30;
}
</style>