Shades of Bright Red #A42231
Tints of Bright Red #A42231
RGB
CMYK
RGB Variations
Color information
#A42231 (or 0xA42231) is known color: Bright Red. HEX triplet: A4, 22 and 31. RGB value is (164,34,49). Sum of RGB (Red+Green+Blue) = 164+34+49=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A42231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42231 is #5BDDCE. Grayscale: #4A4A4A. Windows color (decimal): -6020559 or 3220132. OLE color: 3220132.
HSL color Cylindrical-coordinate representation of color #A42231: hue angle of 353.08º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42231 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 34 | 49 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.36 |
| HSL | 353.08º | 0.66% | 0.39% | - |
| HSV(B) | 353.08º | 0.79% | 0.64% | - |
| XYZ | 16.44 | 9.26 | 3.83 | - |
| YUV | 74.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 34 | 49 | 0 | 0.79 | 0.70 | 0.36 | 353.08 | 0.66 | 0.39 |
| Hex | A4 | 22 | 31 | 0 | 4F | 46 | 24 | 161 | 42 | 27 |
| Octal | 244 | 42 | 61 | 0 | 117 | 106 | 44 | 541 | 102 | 47 |
| Binary | 10100100 | 100010 | 110001 | 0 | 1001111 | 1000110 | 100100 | 101100001 | 1000010 | 100111 |
Color Harmonies of #A42231
Complementary color
Monochromatic Colors of #A42231
Black with #A42231
Text Example
Text Example
White with #A42231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42231; }
p { color: rgb(164,34,49); }
H1.HeaderClassName
{
color: #A42231;
}
.AnyTagClassName
{
color: #A42231;
}
</style>
background-color css
<style>
a { background-color: #A42231; }
a { background-color: rgb(164,34,49); }
div.DivClassName
{
background-color: #A42231;
}
.BgClassName
{
background-color: #A42231;
}
</style>
border-color css
<style>
span { border-color: #A42231; }
span { border-color: rgb(164,34,49); }
td.TdClassName
{
border-color: #A42231;
}
.TagClassName
{
border-color: #A42231;
}
</style>