Shades of Bright Red #A2103A
Tints of Bright Red #A2103A
RGB
CMYK
RGB Variations
Color information
#A2103A (or 0xA2103A) is known color: Bright Red. HEX triplet: A2, 10 and 3A. RGB value is (162,16,58). Sum of RGB (Red+Green+Blue) = 162+16+58=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A2103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2103A is #5DEFC5. Grayscale: #404040. Windows color (decimal): -6156230 or 3805346. OLE color: 3805346.
HSL color Cylindrical-coordinate representation of color #A2103A: hue angle of 342.74º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2103A is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 58 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.36 |
| HSL | 342.74º | 0.82% | 0.35% | - |
| HSV(B) | 342.74º | 0.9% | 0.64% | - |
| XYZ | 15.85 | 8.36 | 4.78 | - |
| YUV | 64.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 58 | 0 | 0.90 | 0.64 | 0.36 | 342.74 | 0.82 | 0.35 |
| Hex | A2 | 10 | 3A | 0 | 5A | 40 | 24 | 157 | 52 | 23 |
| Octal | 242 | 20 | 72 | 0 | 132 | 100 | 44 | 527 | 122 | 43 |
| Binary | 10100010 | 10000 | 111010 | 0 | 1011010 | 1000000 | 100100 | 101010111 | 1010010 | 100011 |
Color Harmonies of #A2103A
Complementary color
Monochromatic Colors of #A2103A
Black with #A2103A
Text Example
Text Example
White with #A2103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2103A; }
p { color: rgb(162,16,58); }
H1.HeaderClassName
{
color: #A2103A;
}
.AnyTagClassName
{
color: #A2103A;
}
</style>
background-color css
<style>
a { background-color: #A2103A; }
a { background-color: rgb(162,16,58); }
div.DivClassName
{
background-color: #A2103A;
}
.BgClassName
{
background-color: #A2103A;
}
</style>
border-color css
<style>
span { border-color: #A2103A; }
span { border-color: rgb(162,16,58); }
td.TdClassName
{
border-color: #A2103A;
}
.TagClassName
{
border-color: #A2103A;
}
</style>