Shades of Bright Red #A2193D
Tints of Bright Red #A2193D
RGB
CMYK
RGB Variations
Color information
#A2193D (or 0xA2193D) is known color: Bright Red. HEX triplet: A2, 19 and 3D. RGB value is (162,25,61). Sum of RGB (Red+Green+Blue) = 162+25+61=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A2193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2193D is #5DE6C2. Grayscale: #464646. Windows color (decimal): -6153923 or 4004258. OLE color: 4004258.
HSL color Cylindrical-coordinate representation of color #A2193D: hue angle of 344.23º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2193D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 61 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.36 |
| HSL | 344.23º | 0.73% | 0.37% | - |
| HSV(B) | 344.23º | 0.85% | 0.64% | - |
| XYZ | 16.09 | 8.71 | 5.25 | - |
| YUV | 70.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 61 | 0 | 0.85 | 0.62 | 0.36 | 344.23 | 0.73 | 0.37 |
| Hex | A2 | 19 | 3D | 0 | 55 | 3E | 24 | 158 | 49 | 25 |
| Octal | 242 | 31 | 75 | 0 | 125 | 76 | 44 | 530 | 111 | 45 |
| Binary | 10100010 | 11001 | 111101 | 0 | 1010101 | 111110 | 100100 | 101011000 | 1001001 | 100101 |
Color Harmonies of #A2193D
Complementary color
Monochromatic Colors of #A2193D
Black with #A2193D
Text Example
Text Example
White with #A2193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2193D; }
p { color: rgb(162,25,61); }
H1.HeaderClassName
{
color: #A2193D;
}
.AnyTagClassName
{
color: #A2193D;
}
</style>
background-color css
<style>
a { background-color: #A2193D; }
a { background-color: rgb(162,25,61); }
div.DivClassName
{
background-color: #A2193D;
}
.BgClassName
{
background-color: #A2193D;
}
</style>
border-color css
<style>
span { border-color: #A2193D; }
span { border-color: rgb(162,25,61); }
td.TdClassName
{
border-color: #A2193D;
}
.TagClassName
{
border-color: #A2193D;
}
</style>