Shades of Bright Red #A61A1F
Tints of Bright Red #A61A1F
RGB
CMYK
RGB Variations
Color information
#A61A1F (or 0xA61A1F) is known color: Bright Red. HEX triplet: A6, 1A and 1F. RGB value is (166,26,31). Sum of RGB (Red+Green+Blue) = 166+26+31=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61A1F is #59E5E0. Grayscale: #444444. Windows color (decimal): -5891553 or 2038438. OLE color: 2038438.
HSL color Cylindrical-coordinate representation of color #A61A1F: hue angle of 357.86º 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 #A61A1F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 31 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.35 |
| HSL | 357.86º | 0.73% | 0.38% | - |
| HSV(B) | 357.86º | 0.84% | 0.65% | - |
| XYZ | 16.34 | 8.94 | 2.16 | - |
| YUV | 68.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 31 | 0 | 0.84 | 0.81 | 0.35 | 357.86 | 0.73 | 0.38 |
| Hex | A6 | 1A | 1F | 0 | 54 | 51 | 23 | 166 | 49 | 26 |
| Octal | 246 | 32 | 37 | 0 | 124 | 121 | 43 | 546 | 111 | 46 |
| Binary | 10100110 | 11010 | 11111 | 0 | 1010100 | 1010001 | 100011 | 101100110 | 1001001 | 100110 |
Color Harmonies of #A61A1F
Complementary color
Monochromatic Colors of #A61A1F
Black with #A61A1F
Text Example
Text Example
White with #A61A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A1F; }
p { color: rgb(166,26,31); }
H1.HeaderClassName
{
color: #A61A1F;
}
.AnyTagClassName
{
color: #A61A1F;
}
</style>
background-color css
<style>
a { background-color: #A61A1F; }
a { background-color: rgb(166,26,31); }
div.DivClassName
{
background-color: #A61A1F;
}
.BgClassName
{
background-color: #A61A1F;
}
</style>
border-color css
<style>
span { border-color: #A61A1F; }
span { border-color: rgb(166,26,31); }
td.TdClassName
{
border-color: #A61A1F;
}
.TagClassName
{
border-color: #A61A1F;
}
</style>