Shades of Bright Red #A8182F
Tints of Bright Red #A8182F
RGB
CMYK
RGB Variations
Color information
#A8182F (or 0xA8182F) is known color: Bright Red. HEX triplet: A8, 18 and 2F. RGB value is (168,24,47). Sum of RGB (Red+Green+Blue) = 168+24+47=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A8182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8182F is #57E7D0. Grayscale: #454545. Windows color (decimal): -5760977 or 3086504. OLE color: 3086504.
HSL color Cylindrical-coordinate representation of color #A8182F: hue angle of 350.42º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8182F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 47 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.34 |
| HSL | 350.42º | 0.75% | 0.38% | - |
| HSV(B) | 350.42º | 0.86% | 0.66% | - |
| XYZ | 16.99 | 9.18 | 3.57 | - |
| YUV | 69.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 47 | 0 | 0.86 | 0.72 | 0.34 | 350.42 | 0.75 | 0.38 |
| Hex | A8 | 18 | 2F | 0 | 56 | 48 | 22 | 15E | 4B | 26 |
| Octal | 250 | 30 | 57 | 0 | 126 | 110 | 42 | 536 | 113 | 46 |
| Binary | 10101000 | 11000 | 101111 | 0 | 1010110 | 1001000 | 100010 | 101011110 | 1001011 | 100110 |
Color Harmonies of #A8182F
Complementary color
Monochromatic Colors of #A8182F
Black with #A8182F
Text Example
Text Example
White with #A8182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8182F; }
p { color: rgb(168,24,47); }
H1.HeaderClassName
{
color: #A8182F;
}
.AnyTagClassName
{
color: #A8182F;
}
</style>
background-color css
<style>
a { background-color: #A8182F; }
a { background-color: rgb(168,24,47); }
div.DivClassName
{
background-color: #A8182F;
}
.BgClassName
{
background-color: #A8182F;
}
</style>
border-color css
<style>
span { border-color: #A8182F; }
span { border-color: rgb(168,24,47); }
td.TdClassName
{
border-color: #A8182F;
}
.TagClassName
{
border-color: #A8182F;
}
</style>