Shades of Bright Red #A22233
Tints of Bright Red #A22233
RGB
CMYK
RGB Variations
Color information
#A22233 (or 0xA22233) is known color: Bright Red. HEX triplet: A2, 22 and 33. RGB value is (162,34,51). Sum of RGB (Red+Green+Blue) = 162+34+51=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A22233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22233 is #5DDDCC. Grayscale: #4A4A4A. Windows color (decimal): -6151629 or 3351202. OLE color: 3351202.
HSL color Cylindrical-coordinate representation of color #A22233: hue angle of 352.03º 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 #A22233 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 51 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.36 |
| HSL | 352.03º | 0.65% | 0.38% | - |
| HSV(B) | 352.03º | 0.79% | 0.64% | - |
| XYZ | 16.07 | 9.06 | 4.03 | - |
| YUV | 74.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 51 | 0 | 0.79 | 0.69 | 0.36 | 352.03 | 0.65 | 0.38 |
| Hex | A2 | 22 | 33 | 0 | 4F | 45 | 24 | 160 | 41 | 26 |
| Octal | 242 | 42 | 63 | 0 | 117 | 105 | 44 | 540 | 101 | 46 |
| Binary | 10100010 | 100010 | 110011 | 0 | 1001111 | 1000101 | 100100 | 101100000 | 1000001 | 100110 |
Color Harmonies of #A22233
Complementary color
Monochromatic Colors of #A22233
Black with #A22233
Text Example
Text Example
White with #A22233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22233; }
p { color: rgb(162,34,51); }
H1.HeaderClassName
{
color: #A22233;
}
.AnyTagClassName
{
color: #A22233;
}
</style>
background-color css
<style>
a { background-color: #A22233; }
a { background-color: rgb(162,34,51); }
div.DivClassName
{
background-color: #A22233;
}
.BgClassName
{
background-color: #A22233;
}
</style>
border-color css
<style>
span { border-color: #A22233; }
span { border-color: rgb(162,34,51); }
td.TdClassName
{
border-color: #A22233;
}
.TagClassName
{
border-color: #A22233;
}
</style>