Shades of Bright Red #A62231
Tints of Bright Red #A62231
RGB
CMYK
RGB Variations
Color information
#A62231 (or 0xA62231) is known color: Bright Red. HEX triplet: A6, 22 and 31. RGB value is (166,34,49). Sum of RGB (Red+Green+Blue) = 166+34+49=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A62231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62231 is #59DDCE. Grayscale: #4B4B4B. Windows color (decimal): -5889487 or 3220134. OLE color: 3220134.
HSL color Cylindrical-coordinate representation of color #A62231: hue angle of 353.18º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62231 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 49 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.35 |
| HSL | 353.18º | 0.66% | 0.39% | - |
| HSV(B) | 353.18º | 0.8% | 0.65% | - |
| XYZ | 16.85 | 9.47 | 3.85 | - |
| YUV | 75.18 | 113.23 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 49 | 0 | 0.80 | 0.70 | 0.35 | 353.18 | 0.66 | 0.39 |
| Hex | A6 | 22 | 31 | 0 | 50 | 46 | 23 | 161 | 42 | 27 |
| Octal | 246 | 42 | 61 | 0 | 120 | 106 | 43 | 541 | 102 | 47 |
| Binary | 10100110 | 100010 | 110001 | 0 | 1010000 | 1000110 | 100011 | 101100001 | 1000010 | 100111 |
Color Harmonies of #A62231
Complementary color
Monochromatic Colors of #A62231
Black with #A62231
Text Example
Text Example
White with #A62231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62231; }
p { color: rgb(166,34,49); }
H1.HeaderClassName
{
color: #A62231;
}
.AnyTagClassName
{
color: #A62231;
}
</style>
background-color css
<style>
a { background-color: #A62231; }
a { background-color: rgb(166,34,49); }
div.DivClassName
{
background-color: #A62231;
}
.BgClassName
{
background-color: #A62231;
}
</style>
border-color css
<style>
span { border-color: #A62231; }
span { border-color: rgb(166,34,49); }
td.TdClassName
{
border-color: #A62231;
}
.TagClassName
{
border-color: #A62231;
}
</style>