Shades of Bright Red #A7182D
Tints of Bright Red #A7182D
RGB
CMYK
RGB Variations
Color information
#A7182D (or 0xA7182D) is known color: Bright Red. HEX triplet: A7, 18 and 2D. RGB value is (167,24,45). Sum of RGB (Red+Green+Blue) = 167+24+45=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A7182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7182D is #58E7D2. Grayscale: #454545. Windows color (decimal): -5826515 or 2955431. OLE color: 2955431.
HSL color Cylindrical-coordinate representation of color #A7182D: hue angle of 351.19º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7182D is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 24 | 45 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.35 |
| HSL | 351.19º | 0.75% | 0.37% | - |
| HSV(B) | 351.19º | 0.86% | 0.65% | - |
| XYZ | 16.74 | 9.06 | 3.35 | - |
| YUV | 69.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 45 | 0 | 0.86 | 0.73 | 0.35 | 351.19 | 0.75 | 0.37 |
| Hex | A7 | 18 | 2D | 0 | 56 | 49 | 23 | 15F | 4B | 25 |
| Octal | 247 | 30 | 55 | 0 | 126 | 111 | 43 | 537 | 113 | 45 |
| Binary | 10100111 | 11000 | 101101 | 0 | 1010110 | 1001001 | 100011 | 101011111 | 1001011 | 100101 |
Color Harmonies of #A7182D
Complementary color
Monochromatic Colors of #A7182D
Black with #A7182D
Text Example
Text Example
White with #A7182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7182D; }
p { color: rgb(167,24,45); }
H1.HeaderClassName
{
color: #A7182D;
}
.AnyTagClassName
{
color: #A7182D;
}
</style>
background-color css
<style>
a { background-color: #A7182D; }
a { background-color: rgb(167,24,45); }
div.DivClassName
{
background-color: #A7182D;
}
.BgClassName
{
background-color: #A7182D;
}
</style>
border-color css
<style>
span { border-color: #A7182D; }
span { border-color: rgb(167,24,45); }
td.TdClassName
{
border-color: #A7182D;
}
.TagClassName
{
border-color: #A7182D;
}
</style>