Shades of Bright Red #A02231
Tints of Bright Red #A02231
RGB
CMYK
RGB Variations
Color information
#A02231 (or 0xA02231) is known color: Bright Red. HEX triplet: A0, 22 and 31. RGB value is (160,34,49). Sum of RGB (Red+Green+Blue) = 160+34+49=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A02231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02231 is #5FDDCE. Grayscale: #494949. Windows color (decimal): -6282703 or 3220128. OLE color: 3220128.
HSL color Cylindrical-coordinate representation of color #A02231: hue angle of 352.86º 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 #A02231 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 49 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.37 |
| HSL | 352.86º | 0.65% | 0.38% | - |
| HSV(B) | 352.86º | 0.79% | 0.63% | - |
| XYZ | 15.62 | 8.84 | 3.79 | - |
| YUV | 73.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 49 | 0 | 0.79 | 0.69 | 0.37 | 352.86 | 0.65 | 0.38 |
| Hex | A0 | 22 | 31 | 0 | 4F | 45 | 25 | 161 | 41 | 26 |
| Octal | 240 | 42 | 61 | 0 | 117 | 105 | 45 | 541 | 101 | 46 |
| Binary | 10100000 | 100010 | 110001 | 0 | 1001111 | 1000101 | 100101 | 101100001 | 1000001 | 100110 |
Color Harmonies of #A02231
Complementary color
Monochromatic Colors of #A02231
Black with #A02231
Text Example
Text Example
White with #A02231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02231; }
p { color: rgb(160,34,49); }
H1.HeaderClassName
{
color: #A02231;
}
.AnyTagClassName
{
color: #A02231;
}
</style>
background-color css
<style>
a { background-color: #A02231; }
a { background-color: rgb(160,34,49); }
div.DivClassName
{
background-color: #A02231;
}
.BgClassName
{
background-color: #A02231;
}
</style>
border-color css
<style>
span { border-color: #A02231; }
span { border-color: rgb(160,34,49); }
td.TdClassName
{
border-color: #A02231;
}
.TagClassName
{
border-color: #A02231;
}
</style>