Shades of Bright Red #A8223B
Tints of Bright Red #A8223B
RGB
CMYK
RGB Variations
Color information
#A8223B (or 0xA8223B) is known color: Bright Red. HEX triplet: A8, 22 and 3B. RGB value is (168,34,59). Sum of RGB (Red+Green+Blue) = 168+34+59=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8223B is #57DDC4. Grayscale: #4C4C4C. Windows color (decimal): -5758405 or 3875496. OLE color: 3875496.
HSL color Cylindrical-coordinate representation of color #A8223B: hue angle of 348.81º 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 #A8223B is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 59 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.34 |
| HSL | 348.81º | 0.66% | 0.4% | - |
| HSV(B) | 348.81º | 0.8% | 0.66% | - |
| XYZ | 17.51 | 9.78 | 5.1 | - |
| YUV | 76.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 59 | 0 | 0.80 | 0.65 | 0.34 | 348.81 | 0.66 | 0.4 |
| Hex | A8 | 22 | 3B | 0 | 50 | 41 | 22 | 15D | 42 | 28 |
| Octal | 250 | 42 | 73 | 0 | 120 | 101 | 42 | 535 | 102 | 50 |
| Binary | 10101000 | 100010 | 111011 | 0 | 1010000 | 1000001 | 100010 | 101011101 | 1000010 | 101000 |
Color Harmonies of #A8223B
Complementary color
Monochromatic Colors of #A8223B
Black with #A8223B
Text Example
Text Example
White with #A8223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8223B; }
p { color: rgb(168,34,59); }
H1.HeaderClassName
{
color: #A8223B;
}
.AnyTagClassName
{
color: #A8223B;
}
</style>
background-color css
<style>
a { background-color: #A8223B; }
a { background-color: rgb(168,34,59); }
div.DivClassName
{
background-color: #A8223B;
}
.BgClassName
{
background-color: #A8223B;
}
</style>
border-color css
<style>
span { border-color: #A8223B; }
span { border-color: rgb(168,34,59); }
td.TdClassName
{
border-color: #A8223B;
}
.TagClassName
{
border-color: #A8223B;
}
</style>