Shades of Bright Red #A2132F
Tints of Bright Red #A2132F
RGB
CMYK
RGB Variations
Color information
#A2132F (or 0xA2132F) is known color: Bright Red. HEX triplet: A2, 13 and 2F. RGB value is (162,19,47). Sum of RGB (Red+Green+Blue) = 162+19+47=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A2132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2132F is #5DECD0. Grayscale: #404040. Windows color (decimal): -6155473 or 3085218. OLE color: 3085218.
HSL color Cylindrical-coordinate representation of color #A2132F: hue angle of 348.25º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2132F is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 47 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.36 |
| HSL | 348.25º | 0.79% | 0.35% | - |
| HSV(B) | 348.25º | 0.88% | 0.64% | - |
| XYZ | 15.65 | 8.35 | 3.48 | - |
| YUV | 64.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 47 | 0 | 0.88 | 0.71 | 0.36 | 348.25 | 0.79 | 0.35 |
| Hex | A2 | 13 | 2F | 0 | 58 | 47 | 24 | 15C | 4F | 23 |
| Octal | 242 | 23 | 57 | 0 | 130 | 107 | 44 | 534 | 117 | 43 |
| Binary | 10100010 | 10011 | 101111 | 0 | 1011000 | 1000111 | 100100 | 101011100 | 1001111 | 100011 |
Color Harmonies of #A2132F
Complementary color
Monochromatic Colors of #A2132F
Black with #A2132F
Text Example
Text Example
White with #A2132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2132F; }
p { color: rgb(162,19,47); }
H1.HeaderClassName
{
color: #A2132F;
}
.AnyTagClassName
{
color: #A2132F;
}
</style>
background-color css
<style>
a { background-color: #A2132F; }
a { background-color: rgb(162,19,47); }
div.DivClassName
{
background-color: #A2132F;
}
.BgClassName
{
background-color: #A2132F;
}
</style>
border-color css
<style>
span { border-color: #A2132F; }
span { border-color: rgb(162,19,47); }
td.TdClassName
{
border-color: #A2132F;
}
.TagClassName
{
border-color: #A2132F;
}
</style>