Shades of Bright Red #A61E29
Tints of Bright Red #A61E29
RGB
CMYK
RGB Variations
Color information
#A61E29 (or 0xA61E29) is known color: Bright Red. HEX triplet: A6, 1E and 29. RGB value is (166,30,41). Sum of RGB (Red+Green+Blue) = 166+30+41=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61E29 is #59E1D6. Grayscale: #484848. Windows color (decimal): -5890519 or 2694822. OLE color: 2694822.
HSL color Cylindrical-coordinate representation of color #A61E29: hue angle of 355.15º 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 #A61E29 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 41 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.35 |
| HSL | 355.15º | 0.69% | 0.38% | - |
| HSV(B) | 355.15º | 0.82% | 0.65% | - |
| XYZ | 16.59 | 9.2 | 3 | - |
| YUV | 71.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 41 | 0 | 0.82 | 0.75 | 0.35 | 355.15 | 0.69 | 0.38 |
| Hex | A6 | 1E | 29 | 0 | 52 | 4B | 23 | 163 | 45 | 26 |
| Octal | 246 | 36 | 51 | 0 | 122 | 113 | 43 | 543 | 105 | 46 |
| Binary | 10100110 | 11110 | 101001 | 0 | 1010010 | 1001011 | 100011 | 101100011 | 1000101 | 100110 |
Color Harmonies of #A61E29
Complementary color
Monochromatic Colors of #A61E29
Black with #A61E29
Text Example
Text Example
White with #A61E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E29; }
p { color: rgb(166,30,41); }
H1.HeaderClassName
{
color: #A61E29;
}
.AnyTagClassName
{
color: #A61E29;
}
</style>
background-color css
<style>
a { background-color: #A61E29; }
a { background-color: rgb(166,30,41); }
div.DivClassName
{
background-color: #A61E29;
}
.BgClassName
{
background-color: #A61E29;
}
</style>
border-color css
<style>
span { border-color: #A61E29; }
span { border-color: rgb(166,30,41); }
td.TdClassName
{
border-color: #A61E29;
}
.TagClassName
{
border-color: #A61E29;
}
</style>