Shades of Bright Red #A2182D
Tints of Bright Red #A2182D
RGB
CMYK
RGB Variations
Color information
#A2182D (or 0xA2182D) is known color: Bright Red. HEX triplet: A2, 18 and 2D. RGB value is (162,24,45). Sum of RGB (Red+Green+Blue) = 162+24+45=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A2182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2182D is #5DE7D2. Grayscale: #434343. Windows color (decimal): -6154195 or 2955426. OLE color: 2955426.
HSL color Cylindrical-coordinate representation of color #A2182D: hue angle of 350.87º 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 #A2182D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 45 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.36 |
| HSL | 350.87º | 0.74% | 0.36% | - |
| HSV(B) | 350.87º | 0.85% | 0.64% | - |
| XYZ | 15.7 | 8.52 | 3.3 | - |
| YUV | 67.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 45 | 0 | 0.85 | 0.72 | 0.36 | 350.87 | 0.74 | 0.36 |
| Hex | A2 | 18 | 2D | 0 | 55 | 48 | 24 | 15F | 4A | 24 |
| Octal | 242 | 30 | 55 | 0 | 125 | 110 | 44 | 537 | 112 | 44 |
| Binary | 10100010 | 11000 | 101101 | 0 | 1010101 | 1001000 | 100100 | 101011111 | 1001010 | 100100 |
Color Harmonies of #A2182D
Complementary color
Monochromatic Colors of #A2182D
Black with #A2182D
Text Example
Text Example
White with #A2182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2182D; }
p { color: rgb(162,24,45); }
H1.HeaderClassName
{
color: #A2182D;
}
.AnyTagClassName
{
color: #A2182D;
}
</style>
background-color css
<style>
a { background-color: #A2182D; }
a { background-color: rgb(162,24,45); }
div.DivClassName
{
background-color: #A2182D;
}
.BgClassName
{
background-color: #A2182D;
}
</style>
border-color css
<style>
span { border-color: #A2182D; }
span { border-color: rgb(162,24,45); }
td.TdClassName
{
border-color: #A2182D;
}
.TagClassName
{
border-color: #A2182D;
}
</style>