Shades of Bright Red #A61E2E
Tints of Bright Red #A61E2E
RGB
CMYK
RGB Variations
Color information
#A61E2E (or 0xA61E2E) is known color: Bright Red. HEX triplet: A6, 1E and 2E. RGB value is (166,30,46). Sum of RGB (Red+Green+Blue) = 166+30+46=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61E2E is #59E1D1. Grayscale: #484848. Windows color (decimal): -5890514 or 3022502. OLE color: 3022502.
HSL color Cylindrical-coordinate representation of color #A61E2E: hue angle of 352.94º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E2E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 46 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.35 |
| HSL | 352.94º | 0.69% | 0.38% | - |
| HSV(B) | 352.94º | 0.82% | 0.65% | - |
| XYZ | 16.68 | 9.23 | 3.49 | - |
| YUV | 72.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 46 | 0 | 0.82 | 0.72 | 0.35 | 352.94 | 0.69 | 0.38 |
| Hex | A6 | 1E | 2E | 0 | 52 | 48 | 23 | 161 | 45 | 26 |
| Octal | 246 | 36 | 56 | 0 | 122 | 110 | 43 | 541 | 105 | 46 |
| Binary | 10100110 | 11110 | 101110 | 0 | 1010010 | 1001000 | 100011 | 101100001 | 1000101 | 100110 |
Color Harmonies of #A61E2E
Complementary color
Monochromatic Colors of #A61E2E
Black with #A61E2E
Text Example
Text Example
White with #A61E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E2E; }
p { color: rgb(166,30,46); }
H1.HeaderClassName
{
color: #A61E2E;
}
.AnyTagClassName
{
color: #A61E2E;
}
</style>
background-color css
<style>
a { background-color: #A61E2E; }
a { background-color: rgb(166,30,46); }
div.DivClassName
{
background-color: #A61E2E;
}
.BgClassName
{
background-color: #A61E2E;
}
</style>
border-color css
<style>
span { border-color: #A61E2E; }
span { border-color: rgb(166,30,46); }
td.TdClassName
{
border-color: #A61E2E;
}
.TagClassName
{
border-color: #A61E2E;
}
</style>