Shades of Bright Red #A81B32
Tints of Bright Red #A81B32
RGB
CMYK
RGB Variations
Color information
#A81B32 (or 0xA81B32) is known color: Bright Red. HEX triplet: A8, 1B and 32. RGB value is (168,27,50). Sum of RGB (Red+Green+Blue) = 168+27+50=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81B32 is #57E4CD. Grayscale: #474747. Windows color (decimal): -5760206 or 3283880. OLE color: 3283880.
HSL color Cylindrical-coordinate representation of color #A81B32: hue angle of 350.21º 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 #A81B32 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 50 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.34 |
| HSL | 350.21º | 0.72% | 0.38% | - |
| HSV(B) | 350.21º | 0.84% | 0.66% | - |
| XYZ | 17.12 | 9.34 | 3.92 | - |
| YUV | 71.78 | 115.71 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 50 | 0 | 0.84 | 0.70 | 0.34 | 350.21 | 0.72 | 0.38 |
| Hex | A8 | 1B | 32 | 0 | 54 | 46 | 22 | 15E | 48 | 26 |
| Octal | 250 | 33 | 62 | 0 | 124 | 106 | 42 | 536 | 110 | 46 |
| Binary | 10101000 | 11011 | 110010 | 0 | 1010100 | 1000110 | 100010 | 101011110 | 1001000 | 100110 |
Color Harmonies of #A81B32
Complementary color
Monochromatic Colors of #A81B32
Black with #A81B32
Text Example
Text Example
White with #A81B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B32; }
p { color: rgb(168,27,50); }
H1.HeaderClassName
{
color: #A81B32;
}
.AnyTagClassName
{
color: #A81B32;
}
</style>
background-color css
<style>
a { background-color: #A81B32; }
a { background-color: rgb(168,27,50); }
div.DivClassName
{
background-color: #A81B32;
}
.BgClassName
{
background-color: #A81B32;
}
</style>
border-color css
<style>
span { border-color: #A81B32; }
span { border-color: rgb(168,27,50); }
td.TdClassName
{
border-color: #A81B32;
}
.TagClassName
{
border-color: #A81B32;
}
</style>