Shades of Bright Red #A2183E
Tints of Bright Red #A2183E
RGB
CMYK
RGB Variations
Color information
#A2183E (or 0xA2183E) is known color: Bright Red. HEX triplet: A2, 18 and 3E. RGB value is (162,24,62). Sum of RGB (Red+Green+Blue) = 162+24+62=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A2183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2183E is #5DE7C1. Grayscale: #454545. Windows color (decimal): -6154178 or 4069538. OLE color: 4069538.
HSL color Cylindrical-coordinate representation of color #A2183E: hue angle of 343.48º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2183E is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 62 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.36 |
| HSL | 343.48º | 0.74% | 0.36% | - |
| HSV(B) | 343.48º | 0.85% | 0.64% | - |
| XYZ | 16.1 | 8.68 | 5.38 | - |
| YUV | 69.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 62 | 0 | 0.85 | 0.62 | 0.36 | 343.48 | 0.74 | 0.36 |
| Hex | A2 | 18 | 3E | 0 | 55 | 3E | 24 | 157 | 4A | 24 |
| Octal | 242 | 30 | 76 | 0 | 125 | 76 | 44 | 527 | 112 | 44 |
| Binary | 10100010 | 11000 | 111110 | 0 | 1010101 | 111110 | 100100 | 101010111 | 1001010 | 100100 |
Color Harmonies of #A2183E
Complementary color
Monochromatic Colors of #A2183E
Black with #A2183E
Text Example
Text Example
White with #A2183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2183E; }
p { color: rgb(162,24,62); }
H1.HeaderClassName
{
color: #A2183E;
}
.AnyTagClassName
{
color: #A2183E;
}
</style>
background-color css
<style>
a { background-color: #A2183E; }
a { background-color: rgb(162,24,62); }
div.DivClassName
{
background-color: #A2183E;
}
.BgClassName
{
background-color: #A2183E;
}
</style>
border-color css
<style>
span { border-color: #A2183E; }
span { border-color: rgb(162,24,62); }
td.TdClassName
{
border-color: #A2183E;
}
.TagClassName
{
border-color: #A2183E;
}
</style>