Shades of Bright Red #A20F37
Tints of Bright Red #A20F37
RGB
CMYK
RGB Variations
Color information
#A20F37 (or 0xA20F37) is known color: Bright Red. HEX triplet: A2, 0F and 37. RGB value is (162,15,55). Sum of RGB (Red+Green+Blue) = 162+15+55=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F37 is #5DF0C8. Grayscale: #3F3F3F. Windows color (decimal): -6156489 or 3608482. OLE color: 3608482.
HSL color Cylindrical-coordinate representation of color #A20F37: hue angle of 343.67º 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 #A20F37 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 55 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.36 |
| HSL | 343.67º | 0.83% | 0.35% | - |
| HSV(B) | 343.67º | 0.91% | 0.64% | - |
| XYZ | 15.76 | 8.3 | 4.39 | - |
| YUV | 63.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 55 | 0 | 0.91 | 0.66 | 0.36 | 343.67 | 0.83 | 0.35 |
| Hex | A2 | F | 37 | 0 | 5B | 42 | 24 | 158 | 53 | 23 |
| Octal | 242 | 17 | 67 | 0 | 133 | 102 | 44 | 530 | 123 | 43 |
| Binary | 10100010 | 1111 | 110111 | 0 | 1011011 | 1000010 | 100100 | 101011000 | 1010011 | 100011 |
Color Harmonies of #A20F37
Complementary color
Monochromatic Colors of #A20F37
Black with #A20F37
Text Example
Text Example
White with #A20F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F37; }
p { color: rgb(162,15,55); }
H1.HeaderClassName
{
color: #A20F37;
}
.AnyTagClassName
{
color: #A20F37;
}
</style>
background-color css
<style>
a { background-color: #A20F37; }
a { background-color: rgb(162,15,55); }
div.DivClassName
{
background-color: #A20F37;
}
.BgClassName
{
background-color: #A20F37;
}
</style>
border-color css
<style>
span { border-color: #A20F37; }
span { border-color: rgb(162,15,55); }
td.TdClassName
{
border-color: #A20F37;
}
.TagClassName
{
border-color: #A20F37;
}
</style>