Shades of Bright Red #A61935
Tints of Bright Red #A61935
RGB
CMYK
RGB Variations
Color information
#A61935 (or 0xA61935) is known color: Bright Red. HEX triplet: A6, 19 and 35. RGB value is (166,25,53). Sum of RGB (Red+Green+Blue) = 166+25+53=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A61935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61935 is #59E6CA. Grayscale: #464646. Windows color (decimal): -5891787 or 3479974. OLE color: 3479974.
HSL color Cylindrical-coordinate representation of color #A61935: hue angle of 348.09º 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 #A61935 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 53 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.35 |
| HSL | 348.09º | 0.74% | 0.37% | - |
| HSV(B) | 348.09º | 0.85% | 0.65% | - |
| XYZ | 16.72 | 9.06 | 4.24 | - |
| YUV | 70.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 53 | 0 | 0.85 | 0.68 | 0.35 | 348.09 | 0.74 | 0.37 |
| Hex | A6 | 19 | 35 | 0 | 55 | 44 | 23 | 15C | 4A | 25 |
| Octal | 246 | 31 | 65 | 0 | 125 | 104 | 43 | 534 | 112 | 45 |
| Binary | 10100110 | 11001 | 110101 | 0 | 1010101 | 1000100 | 100011 | 101011100 | 1001010 | 100101 |
Color Harmonies of #A61935
Complementary color
Monochromatic Colors of #A61935
Black with #A61935
Text Example
Text Example
White with #A61935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61935; }
p { color: rgb(166,25,53); }
H1.HeaderClassName
{
color: #A61935;
}
.AnyTagClassName
{
color: #A61935;
}
</style>
background-color css
<style>
a { background-color: #A61935; }
a { background-color: rgb(166,25,53); }
div.DivClassName
{
background-color: #A61935;
}
.BgClassName
{
background-color: #A61935;
}
</style>
border-color css
<style>
span { border-color: #A61935; }
span { border-color: rgb(166,25,53); }
td.TdClassName
{
border-color: #A61935;
}
.TagClassName
{
border-color: #A61935;
}
</style>