Shades of Bright Red #A2222B
Tints of Bright Red #A2222B
RGB
CMYK
RGB Variations
Color information
#A2222B (or 0xA2222B) is known color: Bright Red. HEX triplet: A2, 22 and 2B. RGB value is (162,34,43). Sum of RGB (Red+Green+Blue) = 162+34+43=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2222B is #5DDDD4. Grayscale: #494949. Windows color (decimal): -6151637 or 2826914. OLE color: 2826914.
HSL color Cylindrical-coordinate representation of color #A2222B: hue angle of 355.78º 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 #A2222B is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 43 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.36 |
| HSL | 355.78º | 0.65% | 0.38% | - |
| HSV(B) | 355.78º | 0.79% | 0.64% | - |
| XYZ | 15.91 | 9 | 3.18 | - |
| YUV | 73.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 43 | 0 | 0.79 | 0.73 | 0.36 | 355.78 | 0.65 | 0.38 |
| Hex | A2 | 22 | 2B | 0 | 4F | 49 | 24 | 164 | 41 | 26 |
| Octal | 242 | 42 | 53 | 0 | 117 | 111 | 44 | 544 | 101 | 46 |
| Binary | 10100010 | 100010 | 101011 | 0 | 1001111 | 1001001 | 100100 | 101100100 | 1000001 | 100110 |
Color Harmonies of #A2222B
Complementary color
Monochromatic Colors of #A2222B
Black with #A2222B
Text Example
Text Example
White with #A2222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2222B; }
p { color: rgb(162,34,43); }
H1.HeaderClassName
{
color: #A2222B;
}
.AnyTagClassName
{
color: #A2222B;
}
</style>
background-color css
<style>
a { background-color: #A2222B; }
a { background-color: rgb(162,34,43); }
div.DivClassName
{
background-color: #A2222B;
}
.BgClassName
{
background-color: #A2222B;
}
</style>
border-color css
<style>
span { border-color: #A2222B; }
span { border-color: rgb(162,34,43); }
td.TdClassName
{
border-color: #A2222B;
}
.TagClassName
{
border-color: #A2222B;
}
</style>