Shades of Bright Red #A20F3A
Tints of Bright Red #A20F3A
RGB
CMYK
RGB Variations
Color information
#A20F3A (or 0xA20F3A) is known color: Bright Red. HEX triplet: A2, 0F and 3A. RGB value is (162,15,58). Sum of RGB (Red+Green+Blue) = 162+15+58=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F3A is #5DF0C5. Grayscale: #3F3F3F. Windows color (decimal): -6156486 or 3805090. OLE color: 3805090.
HSL color Cylindrical-coordinate representation of color #A20F3A: hue angle of 342.45º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F3A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 58 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.36 |
| HSL | 342.45º | 0.83% | 0.35% | - |
| HSV(B) | 342.45º | 0.91% | 0.64% | - |
| XYZ | 15.83 | 8.33 | 4.78 | - |
| YUV | 63.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 58 | 0 | 0.91 | 0.64 | 0.36 | 342.45 | 0.83 | 0.35 |
| Hex | A2 | F | 3A | 0 | 5B | 40 | 24 | 156 | 53 | 23 |
| Octal | 242 | 17 | 72 | 0 | 133 | 100 | 44 | 526 | 123 | 43 |
| Binary | 10100010 | 1111 | 111010 | 0 | 1011011 | 1000000 | 100100 | 101010110 | 1010011 | 100011 |
Color Harmonies of #A20F3A
Complementary color
Monochromatic Colors of #A20F3A
Black with #A20F3A
Text Example
Text Example
White with #A20F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F3A; }
p { color: rgb(162,15,58); }
H1.HeaderClassName
{
color: #A20F3A;
}
.AnyTagClassName
{
color: #A20F3A;
}
</style>
background-color css
<style>
a { background-color: #A20F3A; }
a { background-color: rgb(162,15,58); }
div.DivClassName
{
background-color: #A20F3A;
}
.BgClassName
{
background-color: #A20F3A;
}
</style>
border-color css
<style>
span { border-color: #A20F3A; }
span { border-color: rgb(162,15,58); }
td.TdClassName
{
border-color: #A20F3A;
}
.TagClassName
{
border-color: #A20F3A;
}
</style>