Shades of Bright Red #A81B2C
Tints of Bright Red #A81B2C
RGB
CMYK
RGB Variations
Color information
#A81B2C (or 0xA81B2C) is known color: Bright Red. HEX triplet: A8, 1B and 2C. RGB value is (168,27,44). Sum of RGB (Red+Green+Blue) = 168+27+44=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81B2C is #57E4D3. Grayscale: #474747. Windows color (decimal): -5760212 or 2890664. OLE color: 2890664.
HSL color Cylindrical-coordinate representation of color #A81B2C: hue angle of 352.77º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B2C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 44 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.34 |
| HSL | 352.77º | 0.72% | 0.38% | - |
| HSV(B) | 352.77º | 0.84% | 0.66% | - |
| XYZ | 17 | 9.29 | 3.28 | - |
| YUV | 71.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 44 | 0 | 0.84 | 0.74 | 0.34 | 352.77 | 0.72 | 0.38 |
| Hex | A8 | 1B | 2C | 0 | 54 | 4A | 22 | 161 | 48 | 26 |
| Octal | 250 | 33 | 54 | 0 | 124 | 112 | 42 | 541 | 110 | 46 |
| Binary | 10101000 | 11011 | 101100 | 0 | 1010100 | 1001010 | 100010 | 101100001 | 1001000 | 100110 |
Color Harmonies of #A81B2C
Complementary color
Monochromatic Colors of #A81B2C
Black with #A81B2C
Text Example
Text Example
White with #A81B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B2C; }
p { color: rgb(168,27,44); }
H1.HeaderClassName
{
color: #A81B2C;
}
.AnyTagClassName
{
color: #A81B2C;
}
</style>
background-color css
<style>
a { background-color: #A81B2C; }
a { background-color: rgb(168,27,44); }
div.DivClassName
{
background-color: #A81B2C;
}
.BgClassName
{
background-color: #A81B2C;
}
</style>
border-color css
<style>
span { border-color: #A81B2C; }
span { border-color: rgb(168,27,44); }
td.TdClassName
{
border-color: #A81B2C;
}
.TagClassName
{
border-color: #A81B2C;
}
</style>