Shades of Bright Red #A2183C
Tints of Bright Red #A2183C
RGB
CMYK
RGB Variations
Color information
#A2183C (or 0xA2183C) is known color: Bright Red. HEX triplet: A2, 18 and 3C. RGB value is (162,24,60). Sum of RGB (Red+Green+Blue) = 162+24+60=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A2183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2183C is #5DE7C3. Grayscale: #454545. Windows color (decimal): -6154180 or 3938466. OLE color: 3938466.
HSL color Cylindrical-coordinate representation of color #A2183C: hue angle of 344.35º 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 #A2183C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 60 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.36 |
| HSL | 344.35º | 0.74% | 0.36% | - |
| HSV(B) | 344.35º | 0.85% | 0.64% | - |
| XYZ | 16.04 | 8.66 | 5.1 | - |
| YUV | 69.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 60 | 0 | 0.85 | 0.63 | 0.36 | 344.35 | 0.74 | 0.36 |
| Hex | A2 | 18 | 3C | 0 | 55 | 3F | 24 | 158 | 4A | 24 |
| Octal | 242 | 30 | 74 | 0 | 125 | 77 | 44 | 530 | 112 | 44 |
| Binary | 10100010 | 11000 | 111100 | 0 | 1010101 | 111111 | 100100 | 101011000 | 1001010 | 100100 |
Color Harmonies of #A2183C
Complementary color
Monochromatic Colors of #A2183C
Black with #A2183C
Text Example
Text Example
White with #A2183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2183C; }
p { color: rgb(162,24,60); }
H1.HeaderClassName
{
color: #A2183C;
}
.AnyTagClassName
{
color: #A2183C;
}
</style>
background-color css
<style>
a { background-color: #A2183C; }
a { background-color: rgb(162,24,60); }
div.DivClassName
{
background-color: #A2183C;
}
.BgClassName
{
background-color: #A2183C;
}
</style>
border-color css
<style>
span { border-color: #A2183C; }
span { border-color: rgb(162,24,60); }
td.TdClassName
{
border-color: #A2183C;
}
.TagClassName
{
border-color: #A2183C;
}
</style>