Shades of Bright Red #A92030
Tints of Bright Red #A92030
RGB
CMYK
RGB Variations
Color information
#A92030 (or 0xA92030) is known color: Bright Red. HEX triplet: A9, 20 and 30. RGB value is (169,32,48). Sum of RGB (Red+Green+Blue) = 169+32+48=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A92030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92030 is #56DFCF. Grayscale: #4A4A4A. Windows color (decimal): -5693392 or 3154089. OLE color: 3154089.
HSL color Cylindrical-coordinate representation of color #A92030: hue angle of 352.99º 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 #A92030 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 48 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.34 |
| HSL | 352.99º | 0.68% | 0.39% | - |
| HSV(B) | 352.99º | 0.81% | 0.66% | - |
| XYZ | 17.41 | 9.68 | 3.75 | - |
| YUV | 74.79 | 112.89 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 48 | 0 | 0.81 | 0.72 | 0.34 | 352.99 | 0.68 | 0.39 |
| Hex | A9 | 20 | 30 | 0 | 51 | 48 | 22 | 161 | 44 | 27 |
| Octal | 251 | 40 | 60 | 0 | 121 | 110 | 42 | 541 | 104 | 47 |
| Binary | 10101001 | 100000 | 110000 | 0 | 1010001 | 1001000 | 100010 | 101100001 | 1000100 | 100111 |
Color Harmonies of #A92030
Complementary color
Monochromatic Colors of #A92030
Black with #A92030
Text Example
Text Example
White with #A92030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92030; }
p { color: rgb(169,32,48); }
H1.HeaderClassName
{
color: #A92030;
}
.AnyTagClassName
{
color: #A92030;
}
</style>
background-color css
<style>
a { background-color: #A92030; }
a { background-color: rgb(169,32,48); }
div.DivClassName
{
background-color: #A92030;
}
.BgClassName
{
background-color: #A92030;
}
</style>
border-color css
<style>
span { border-color: #A92030; }
span { border-color: rgb(169,32,48); }
td.TdClassName
{
border-color: #A92030;
}
.TagClassName
{
border-color: #A92030;
}
</style>