Shades of Bright Red #A61926
Tints of Bright Red #A61926
RGB
CMYK
RGB Variations
Color information
#A61926 (or 0xA61926) is known color: Bright Red. HEX triplet: A6, 19 and 26. RGB value is (166,25,38). Sum of RGB (Red+Green+Blue) = 166+25+38=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A61926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61926 is #59E6D9. Grayscale: #444444. Windows color (decimal): -5891802 or 2496934. OLE color: 2496934.
HSL color Cylindrical-coordinate representation of color #A61926: hue angle of 354.47º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61926 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 38 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.35 |
| HSL | 354.47º | 0.74% | 0.37% | - |
| HSV(B) | 354.47º | 0.85% | 0.65% | - |
| XYZ | 16.42 | 8.94 | 2.69 | - |
| YUV | 68.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 38 | 0 | 0.85 | 0.77 | 0.35 | 354.47 | 0.74 | 0.37 |
| Hex | A6 | 19 | 26 | 0 | 55 | 4D | 23 | 162 | 4A | 25 |
| Octal | 246 | 31 | 46 | 0 | 125 | 115 | 43 | 542 | 112 | 45 |
| Binary | 10100110 | 11001 | 100110 | 0 | 1010101 | 1001101 | 100011 | 101100010 | 1001010 | 100101 |
Color Harmonies of #A61926
Complementary color
Monochromatic Colors of #A61926
Black with #A61926
Text Example
Text Example
White with #A61926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61926; }
p { color: rgb(166,25,38); }
H1.HeaderClassName
{
color: #A61926;
}
.AnyTagClassName
{
color: #A61926;
}
</style>
background-color css
<style>
a { background-color: #A61926; }
a { background-color: rgb(166,25,38); }
div.DivClassName
{
background-color: #A61926;
}
.BgClassName
{
background-color: #A61926;
}
</style>
border-color css
<style>
span { border-color: #A61926; }
span { border-color: rgb(166,25,38); }
td.TdClassName
{
border-color: #A61926;
}
.TagClassName
{
border-color: #A61926;
}
</style>