Shades of Bright Red #A2133A
Tints of Bright Red #A2133A
RGB
CMYK
RGB Variations
Color information
#A2133A (or 0xA2133A) is known color: Bright Red. HEX triplet: A2, 13 and 3A. RGB value is (162,19,58). Sum of RGB (Red+Green+Blue) = 162+19+58=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2133A is #5DECC5. Grayscale: #424242. Windows color (decimal): -6155462 or 3806114. OLE color: 3806114.
HSL color Cylindrical-coordinate representation of color #A2133A: hue angle of 343.64º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2133A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 58 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.36 |
| HSL | 343.64º | 0.79% | 0.35% | - |
| HSV(B) | 343.64º | 0.88% | 0.64% | - |
| XYZ | 15.9 | 8.45 | 4.8 | - |
| YUV | 66.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 58 | 0 | 0.88 | 0.64 | 0.36 | 343.64 | 0.79 | 0.35 |
| Hex | A2 | 13 | 3A | 0 | 58 | 40 | 24 | 158 | 4F | 23 |
| Octal | 242 | 23 | 72 | 0 | 130 | 100 | 44 | 530 | 117 | 43 |
| Binary | 10100010 | 10011 | 111010 | 0 | 1011000 | 1000000 | 100100 | 101011000 | 1001111 | 100011 |
Color Harmonies of #A2133A
Complementary color
Monochromatic Colors of #A2133A
Black with #A2133A
Text Example
Text Example
White with #A2133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2133A; }
p { color: rgb(162,19,58); }
H1.HeaderClassName
{
color: #A2133A;
}
.AnyTagClassName
{
color: #A2133A;
}
</style>
background-color css
<style>
a { background-color: #A2133A; }
a { background-color: rgb(162,19,58); }
div.DivClassName
{
background-color: #A2133A;
}
.BgClassName
{
background-color: #A2133A;
}
</style>
border-color css
<style>
span { border-color: #A2133A; }
span { border-color: rgb(162,19,58); }
td.TdClassName
{
border-color: #A2133A;
}
.TagClassName
{
border-color: #A2133A;
}
</style>