Shades of Bright Red #A2183B
Tints of Bright Red #A2183B
RGB
CMYK
RGB Variations
Color information
#A2183B (or 0xA2183B) is known color: Bright Red. HEX triplet: A2, 18 and 3B. RGB value is (162,24,59). Sum of RGB (Red+Green+Blue) = 162+24+59=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2183B is #5DE7C4. Grayscale: #454545. Windows color (decimal): -6154181 or 3872930. OLE color: 3872930.
HSL color Cylindrical-coordinate representation of color #A2183B: hue angle of 344.78º 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 #A2183B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 59 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.36 |
| HSL | 344.78º | 0.74% | 0.36% | - |
| HSV(B) | 344.78º | 0.85% | 0.64% | - |
| XYZ | 16.02 | 8.65 | 4.96 | - |
| YUV | 69.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 59 | 0 | 0.85 | 0.64 | 0.36 | 344.78 | 0.74 | 0.36 |
| Hex | A2 | 18 | 3B | 0 | 55 | 40 | 24 | 159 | 4A | 24 |
| Octal | 242 | 30 | 73 | 0 | 125 | 100 | 44 | 531 | 112 | 44 |
| Binary | 10100010 | 11000 | 111011 | 0 | 1010101 | 1000000 | 100100 | 101011001 | 1001010 | 100100 |
Color Harmonies of #A2183B
Complementary color
Monochromatic Colors of #A2183B
Black with #A2183B
Text Example
Text Example
White with #A2183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2183B; }
p { color: rgb(162,24,59); }
H1.HeaderClassName
{
color: #A2183B;
}
.AnyTagClassName
{
color: #A2183B;
}
</style>
background-color css
<style>
a { background-color: #A2183B; }
a { background-color: rgb(162,24,59); }
div.DivClassName
{
background-color: #A2183B;
}
.BgClassName
{
background-color: #A2183B;
}
</style>
border-color css
<style>
span { border-color: #A2183B; }
span { border-color: rgb(162,24,59); }
td.TdClassName
{
border-color: #A2183B;
}
.TagClassName
{
border-color: #A2183B;
}
</style>