Shades of Bright Red #A2153A
Tints of Bright Red #A2153A
RGB
CMYK
RGB Variations
Color information
#A2153A (or 0xA2153A) is known color: Bright Red. HEX triplet: A2, 15 and 3A. RGB value is (162,21,58). Sum of RGB (Red+Green+Blue) = 162+21+58=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2153A is #5DEAC5. Grayscale: #434343. Windows color (decimal): -6154950 or 3806626. OLE color: 3806626.
HSL color Cylindrical-coordinate representation of color #A2153A: hue angle of 344.26º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2153A is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 58 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.36 |
| HSL | 344.26º | 0.77% | 0.36% | - |
| HSV(B) | 344.26º | 0.87% | 0.64% | - |
| XYZ | 15.93 | 8.52 | 4.81 | - |
| YUV | 67.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 58 | 0 | 0.87 | 0.64 | 0.36 | 344.26 | 0.77 | 0.36 |
| Hex | A2 | 15 | 3A | 0 | 57 | 40 | 24 | 158 | 4D | 24 |
| Octal | 242 | 25 | 72 | 0 | 127 | 100 | 44 | 530 | 115 | 44 |
| Binary | 10100010 | 10101 | 111010 | 0 | 1010111 | 1000000 | 100100 | 101011000 | 1001101 | 100100 |
Color Harmonies of #A2153A
Complementary color
Monochromatic Colors of #A2153A
Black with #A2153A
Text Example
Text Example
White with #A2153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2153A; }
p { color: rgb(162,21,58); }
H1.HeaderClassName
{
color: #A2153A;
}
.AnyTagClassName
{
color: #A2153A;
}
</style>
background-color css
<style>
a { background-color: #A2153A; }
a { background-color: rgb(162,21,58); }
div.DivClassName
{
background-color: #A2153A;
}
.BgClassName
{
background-color: #A2153A;
}
</style>
border-color css
<style>
span { border-color: #A2153A; }
span { border-color: rgb(162,21,58); }
td.TdClassName
{
border-color: #A2153A;
}
.TagClassName
{
border-color: #A2153A;
}
</style>