Shades of Bright Red #A22232
Tints of Bright Red #A22232
RGB
CMYK
RGB Variations
Color information
#A22232 (or 0xA22232) is known color: Bright Red. HEX triplet: A2, 22 and 32. RGB value is (162,34,50). Sum of RGB (Red+Green+Blue) = 162+34+50=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A22232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22232 is #5DDDCD. Grayscale: #4A4A4A. Windows color (decimal): -6151630 or 3285666. OLE color: 3285666.
HSL color Cylindrical-coordinate representation of color #A22232: hue angle of 352.5º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22232 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 50 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.36 |
| HSL | 352.5º | 0.65% | 0.38% | - |
| HSV(B) | 352.5º | 0.79% | 0.64% | - |
| XYZ | 16.05 | 9.06 | 3.92 | - |
| YUV | 74.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 50 | 0 | 0.79 | 0.69 | 0.36 | 352.5 | 0.65 | 0.38 |
| Hex | A2 | 22 | 32 | 0 | 4F | 45 | 24 | 160 | 41 | 26 |
| Octal | 242 | 42 | 62 | 0 | 117 | 105 | 44 | 540 | 101 | 46 |
| Binary | 10100010 | 100010 | 110010 | 0 | 1001111 | 1000101 | 100100 | 101100000 | 1000001 | 100110 |
Color Harmonies of #A22232
Complementary color
Monochromatic Colors of #A22232
Black with #A22232
Text Example
Text Example
White with #A22232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22232; }
p { color: rgb(162,34,50); }
H1.HeaderClassName
{
color: #A22232;
}
.AnyTagClassName
{
color: #A22232;
}
</style>
background-color css
<style>
a { background-color: #A22232; }
a { background-color: rgb(162,34,50); }
div.DivClassName
{
background-color: #A22232;
}
.BgClassName
{
background-color: #A22232;
}
</style>
border-color css
<style>
span { border-color: #A22232; }
span { border-color: rgb(162,34,50); }
td.TdClassName
{
border-color: #A22232;
}
.TagClassName
{
border-color: #A22232;
}
</style>