Shades of Bright Red #A61A1D
Tints of Bright Red #A61A1D
RGB
CMYK
RGB Variations
Color information
#A61A1D (or 0xA61A1D) is known color: Bright Red. HEX triplet: A6, 1A and 1D. RGB value is (166,26,29). Sum of RGB (Red+Green+Blue) = 166+26+29=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61A1D is #59E5E2. Grayscale: #444444. Windows color (decimal): -5891555 or 1907366. OLE color: 1907366.
HSL color Cylindrical-coordinate representation of color #A61A1D: hue angle of 358.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A1D is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 29 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.35 |
| HSL | 358.71º | 0.73% | 0.38% | - |
| HSV(B) | 358.71º | 0.84% | 0.65% | - |
| XYZ | 16.32 | 8.93 | 2.03 | - |
| YUV | 68.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 29 | 0 | 0.84 | 0.83 | 0.35 | 358.71 | 0.73 | 0.38 |
| Hex | A6 | 1A | 1D | 0 | 54 | 53 | 23 | 167 | 49 | 26 |
| Octal | 246 | 32 | 35 | 0 | 124 | 123 | 43 | 547 | 111 | 46 |
| Binary | 10100110 | 11010 | 11101 | 0 | 1010100 | 1010011 | 100011 | 101100111 | 1001001 | 100110 |
Color Harmonies of #A61A1D
Complementary color
Monochromatic Colors of #A61A1D
Black with #A61A1D
Text Example
Text Example
White with #A61A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A1D; }
p { color: rgb(166,26,29); }
H1.HeaderClassName
{
color: #A61A1D;
}
.AnyTagClassName
{
color: #A61A1D;
}
</style>
background-color css
<style>
a { background-color: #A61A1D; }
a { background-color: rgb(166,26,29); }
div.DivClassName
{
background-color: #A61A1D;
}
.BgClassName
{
background-color: #A61A1D;
}
</style>
border-color css
<style>
span { border-color: #A61A1D; }
span { border-color: rgb(166,26,29); }
td.TdClassName
{
border-color: #A61A1D;
}
.TagClassName
{
border-color: #A61A1D;
}
</style>