Shades of Bright Red #A0222D
Tints of Bright Red #A0222D
RGB
CMYK
RGB Variations
Color information
#A0222D (or 0xA0222D) is known color: Bright Red. HEX triplet: A0, 22 and 2D. RGB value is (160,34,45). Sum of RGB (Red+Green+Blue) = 160+34+45=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0222D is #5FDDD2. Grayscale: #494949. Windows color (decimal): -6282707 or 2957984. OLE color: 2957984.
HSL color Cylindrical-coordinate representation of color #A0222D: hue angle of 354.76º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0222D is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 45 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.37 |
| HSL | 354.76º | 0.65% | 0.38% | - |
| HSV(B) | 354.76º | 0.79% | 0.63% | - |
| XYZ | 15.54 | 8.81 | 3.36 | - |
| YUV | 72.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 45 | 0 | 0.79 | 0.72 | 0.37 | 354.76 | 0.65 | 0.38 |
| Hex | A0 | 22 | 2D | 0 | 4F | 48 | 25 | 163 | 41 | 26 |
| Octal | 240 | 42 | 55 | 0 | 117 | 110 | 45 | 543 | 101 | 46 |
| Binary | 10100000 | 100010 | 101101 | 0 | 1001111 | 1001000 | 100101 | 101100011 | 1000001 | 100110 |
Color Harmonies of #A0222D
Complementary color
Monochromatic Colors of #A0222D
Black with #A0222D
Text Example
Text Example
White with #A0222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0222D; }
p { color: rgb(160,34,45); }
H1.HeaderClassName
{
color: #A0222D;
}
.AnyTagClassName
{
color: #A0222D;
}
</style>
background-color css
<style>
a { background-color: #A0222D; }
a { background-color: rgb(160,34,45); }
div.DivClassName
{
background-color: #A0222D;
}
.BgClassName
{
background-color: #A0222D;
}
</style>
border-color css
<style>
span { border-color: #A0222D; }
span { border-color: rgb(160,34,45); }
td.TdClassName
{
border-color: #A0222D;
}
.TagClassName
{
border-color: #A0222D;
}
</style>