Shades of Bright Red #A2153C
Tints of Bright Red #A2153C
RGB
CMYK
RGB Variations
Color information
#A2153C (or 0xA2153C) is known color: Bright Red. HEX triplet: A2, 15 and 3C. RGB value is (162,21,60). Sum of RGB (Red+Green+Blue) = 162+21+60=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A2153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2153C is #5DEAC3. Grayscale: #434343. Windows color (decimal): -6154948 or 3937698. OLE color: 3937698.
HSL color Cylindrical-coordinate representation of color #A2153C: hue angle of 343.4º 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 #A2153C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 60 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.36 |
| HSL | 343.4º | 0.77% | 0.36% | - |
| HSV(B) | 343.4º | 0.87% | 0.64% | - |
| XYZ | 15.98 | 8.54 | 5.08 | - |
| YUV | 67.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 60 | 0 | 0.87 | 0.63 | 0.36 | 343.4 | 0.77 | 0.36 |
| Hex | A2 | 15 | 3C | 0 | 57 | 3F | 24 | 157 | 4D | 24 |
| Octal | 242 | 25 | 74 | 0 | 127 | 77 | 44 | 527 | 115 | 44 |
| Binary | 10100010 | 10101 | 111100 | 0 | 1010111 | 111111 | 100100 | 101010111 | 1001101 | 100100 |
Color Harmonies of #A2153C
Complementary color
Monochromatic Colors of #A2153C
Black with #A2153C
Text Example
Text Example
White with #A2153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2153C; }
p { color: rgb(162,21,60); }
H1.HeaderClassName
{
color: #A2153C;
}
.AnyTagClassName
{
color: #A2153C;
}
</style>
background-color css
<style>
a { background-color: #A2153C; }
a { background-color: rgb(162,21,60); }
div.DivClassName
{
background-color: #A2153C;
}
.BgClassName
{
background-color: #A2153C;
}
</style>
border-color css
<style>
span { border-color: #A2153C; }
span { border-color: rgb(162,21,60); }
td.TdClassName
{
border-color: #A2153C;
}
.TagClassName
{
border-color: #A2153C;
}
</style>