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