Shades of Bright Red #A20F3B
Tints of Bright Red #A20F3B
RGB
CMYK
RGB Variations
Color information
#A20F3B (or 0xA20F3B) is known color: Bright Red. HEX triplet: A2, 0F and 3B. RGB value is (162,15,59). Sum of RGB (Red+Green+Blue) = 162+15+59=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F3B is #5DF0C4. Grayscale: #3F3F3F. Windows color (decimal): -6156485 or 3870626. OLE color: 3870626.
HSL color Cylindrical-coordinate representation of color #A20F3B: hue angle of 342.04º 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 #A20F3B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 59 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.36 |
| HSL | 342.04º | 0.83% | 0.35% | - |
| HSV(B) | 342.04º | 0.91% | 0.64% | - |
| XYZ | 15.86 | 8.34 | 4.91 | - |
| YUV | 63.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 59 | 0 | 0.91 | 0.64 | 0.36 | 342.04 | 0.83 | 0.35 |
| Hex | A2 | F | 3B | 0 | 5B | 40 | 24 | 156 | 53 | 23 |
| Octal | 242 | 17 | 73 | 0 | 133 | 100 | 44 | 526 | 123 | 43 |
| Binary | 10100010 | 1111 | 111011 | 0 | 1011011 | 1000000 | 100100 | 101010110 | 1010011 | 100011 |
Color Harmonies of #A20F3B
Complementary color
Monochromatic Colors of #A20F3B
Black with #A20F3B
Text Example
Text Example
White with #A20F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F3B; }
p { color: rgb(162,15,59); }
H1.HeaderClassName
{
color: #A20F3B;
}
.AnyTagClassName
{
color: #A20F3B;
}
</style>
background-color css
<style>
a { background-color: #A20F3B; }
a { background-color: rgb(162,15,59); }
div.DivClassName
{
background-color: #A20F3B;
}
.BgClassName
{
background-color: #A20F3B;
}
</style>
border-color css
<style>
span { border-color: #A20F3B; }
span { border-color: rgb(162,15,59); }
td.TdClassName
{
border-color: #A20F3B;
}
.TagClassName
{
border-color: #A20F3B;
}
</style>