Shades of Bright Red #A9202F
Tints of Bright Red #A9202F
RGB
CMYK
RGB Variations
Color information
#A9202F (or 0xA9202F) is known color: Bright Red. HEX triplet: A9, 20 and 2F. RGB value is (169,32,47). Sum of RGB (Red+Green+Blue) = 169+32+47=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A9202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9202F is #56DFD0. Grayscale: #4A4A4A. Windows color (decimal): -5693393 or 3088553. OLE color: 3088553.
HSL color Cylindrical-coordinate representation of color #A9202F: hue angle of 353.43º 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 #A9202F is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 47 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.34 |
| HSL | 353.43º | 0.68% | 0.39% | - |
| HSV(B) | 353.43º | 0.81% | 0.66% | - |
| XYZ | 17.39 | 9.67 | 3.64 | - |
| YUV | 74.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 47 | 0 | 0.81 | 0.72 | 0.34 | 353.43 | 0.68 | 0.39 |
| Hex | A9 | 20 | 2F | 0 | 51 | 48 | 22 | 161 | 44 | 27 |
| Octal | 251 | 40 | 57 | 0 | 121 | 110 | 42 | 541 | 104 | 47 |
| Binary | 10101001 | 100000 | 101111 | 0 | 1010001 | 1001000 | 100010 | 101100001 | 1000100 | 100111 |
Color Harmonies of #A9202F
Complementary color
Monochromatic Colors of #A9202F
Black with #A9202F
Text Example
Text Example
White with #A9202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9202F; }
p { color: rgb(169,32,47); }
H1.HeaderClassName
{
color: #A9202F;
}
.AnyTagClassName
{
color: #A9202F;
}
</style>
background-color css
<style>
a { background-color: #A9202F; }
a { background-color: rgb(169,32,47); }
div.DivClassName
{
background-color: #A9202F;
}
.BgClassName
{
background-color: #A9202F;
}
</style>
border-color css
<style>
span { border-color: #A9202F; }
span { border-color: rgb(169,32,47); }
td.TdClassName
{
border-color: #A9202F;
}
.TagClassName
{
border-color: #A9202F;
}
</style>