Shades of Bright Red #A8202F
Tints of Bright Red #A8202F
RGB
CMYK
RGB Variations
Color information
#A8202F (or 0xA8202F) is known color: Bright Red. HEX triplet: A8, 20 and 2F. RGB value is (168,32,47). Sum of RGB (Red+Green+Blue) = 168+32+47=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8202F is #57DFD0. Grayscale: #4A4A4A. Windows color (decimal): -5758929 or 3088552. OLE color: 3088552.
HSL color Cylindrical-coordinate representation of color #A8202F: hue angle of 353.38º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8202F is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 47 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.34 |
| HSL | 353.38º | 0.68% | 0.39% | - |
| HSV(B) | 353.38º | 0.81% | 0.66% | - |
| XYZ | 17.18 | 9.56 | 3.63 | - |
| YUV | 74.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 47 | 0 | 0.81 | 0.72 | 0.34 | 353.38 | 0.68 | 0.39 |
| Hex | A8 | 20 | 2F | 0 | 51 | 48 | 22 | 161 | 44 | 27 |
| Octal | 250 | 40 | 57 | 0 | 121 | 110 | 42 | 541 | 104 | 47 |
| Binary | 10101000 | 100000 | 101111 | 0 | 1010001 | 1001000 | 100010 | 101100001 | 1000100 | 100111 |
Color Harmonies of #A8202F
Complementary color
Monochromatic Colors of #A8202F
Black with #A8202F
Text Example
Text Example
White with #A8202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8202F; }
p { color: rgb(168,32,47); }
H1.HeaderClassName
{
color: #A8202F;
}
.AnyTagClassName
{
color: #A8202F;
}
</style>
background-color css
<style>
a { background-color: #A8202F; }
a { background-color: rgb(168,32,47); }
div.DivClassName
{
background-color: #A8202F;
}
.BgClassName
{
background-color: #A8202F;
}
</style>
border-color css
<style>
span { border-color: #A8202F; }
span { border-color: rgb(168,32,47); }
td.TdClassName
{
border-color: #A8202F;
}
.TagClassName
{
border-color: #A8202F;
}
</style>