Shades of Bright Red #A82233
Tints of Bright Red #A82233
RGB
CMYK
RGB Variations
Color information
#A82233 (or 0xA82233) is known color: Bright Red. HEX triplet: A8, 22 and 33. RGB value is (168,34,51). Sum of RGB (Red+Green+Blue) = 168+34+51=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A82233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82233 is #57DDCC. Grayscale: #4C4C4C. Windows color (decimal): -5758413 or 3351208. OLE color: 3351208.
HSL color Cylindrical-coordinate representation of color #A82233: hue angle of 352.39º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82233 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 51 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.34 |
| HSL | 352.39º | 0.66% | 0.4% | - |
| HSV(B) | 352.39º | 0.8% | 0.66% | - |
| XYZ | 17.32 | 9.71 | 4.09 | - |
| YUV | 76 | 113.89 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 51 | 0 | 0.80 | 0.70 | 0.34 | 352.39 | 0.66 | 0.4 |
| Hex | A8 | 22 | 33 | 0 | 50 | 46 | 22 | 160 | 42 | 28 |
| Octal | 250 | 42 | 63 | 0 | 120 | 106 | 42 | 540 | 102 | 50 |
| Binary | 10101000 | 100010 | 110011 | 0 | 1010000 | 1000110 | 100010 | 101100000 | 1000010 | 101000 |
Color Harmonies of #A82233
Complementary color
Monochromatic Colors of #A82233
Black with #A82233
Text Example
Text Example
White with #A82233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82233; }
p { color: rgb(168,34,51); }
H1.HeaderClassName
{
color: #A82233;
}
.AnyTagClassName
{
color: #A82233;
}
</style>
background-color css
<style>
a { background-color: #A82233; }
a { background-color: rgb(168,34,51); }
div.DivClassName
{
background-color: #A82233;
}
.BgClassName
{
background-color: #A82233;
}
</style>
border-color css
<style>
span { border-color: #A82233; }
span { border-color: rgb(168,34,51); }
td.TdClassName
{
border-color: #A82233;
}
.TagClassName
{
border-color: #A82233;
}
</style>