Shades of Bright Red #A8182D
Tints of Bright Red #A8182D
RGB
CMYK
RGB Variations
Color information
#A8182D (or 0xA8182D) is known color: Bright Red. HEX triplet: A8, 18 and 2D. RGB value is (168,24,45). Sum of RGB (Red+Green+Blue) = 168+24+45=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8182D is #57E7D2. Grayscale: #454545. Windows color (decimal): -5760979 or 2955432. OLE color: 2955432.
HSL color Cylindrical-coordinate representation of color #A8182D: hue angle of 351.25º 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 #A8182D is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 45 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.34 |
| HSL | 351.25º | 0.75% | 0.38% | - |
| HSV(B) | 351.25º | 0.86% | 0.66% | - |
| XYZ | 16.95 | 9.17 | 3.36 | - |
| YUV | 69.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 45 | 0 | 0.86 | 0.73 | 0.34 | 351.25 | 0.75 | 0.38 |
| Hex | A8 | 18 | 2D | 0 | 56 | 49 | 22 | 15F | 4B | 26 |
| Octal | 250 | 30 | 55 | 0 | 126 | 111 | 42 | 537 | 113 | 46 |
| Binary | 10101000 | 11000 | 101101 | 0 | 1010110 | 1001001 | 100010 | 101011111 | 1001011 | 100110 |
Color Harmonies of #A8182D
Complementary color
Monochromatic Colors of #A8182D
Black with #A8182D
Text Example
Text Example
White with #A8182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8182D; }
p { color: rgb(168,24,45); }
H1.HeaderClassName
{
color: #A8182D;
}
.AnyTagClassName
{
color: #A8182D;
}
</style>
background-color css
<style>
a { background-color: #A8182D; }
a { background-color: rgb(168,24,45); }
div.DivClassName
{
background-color: #A8182D;
}
.BgClassName
{
background-color: #A8182D;
}
</style>
border-color css
<style>
span { border-color: #A8182D; }
span { border-color: rgb(168,24,45); }
td.TdClassName
{
border-color: #A8182D;
}
.TagClassName
{
border-color: #A8182D;
}
</style>