Shades of Bright Red #A61C1F
Tints of Bright Red #A61C1F
RGB
CMYK
RGB Variations
Color information
#A61C1F (or 0xA61C1F) is known color: Bright Red. HEX triplet: A6, 1C and 1F. RGB value is (166,28,31). Sum of RGB (Red+Green+Blue) = 166+28+31=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61C1F is #59E3E0. Grayscale: #454545. Windows color (decimal): -5891041 or 2038950. OLE color: 2038950.
HSL color Cylindrical-coordinate representation of color #A61C1F: hue angle of 358.7º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C1F is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 31 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.35 |
| HSL | 358.7º | 0.71% | 0.38% | - |
| HSV(B) | 358.7º | 0.83% | 0.65% | - |
| XYZ | 16.39 | 9.04 | 2.18 | - |
| YUV | 69.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 31 | 0 | 0.83 | 0.81 | 0.35 | 358.7 | 0.71 | 0.38 |
| Hex | A6 | 1C | 1F | 0 | 53 | 51 | 23 | 167 | 47 | 26 |
| Octal | 246 | 34 | 37 | 0 | 123 | 121 | 43 | 547 | 107 | 46 |
| Binary | 10100110 | 11100 | 11111 | 0 | 1010011 | 1010001 | 100011 | 101100111 | 1000111 | 100110 |
Color Harmonies of #A61C1F
Complementary color
Monochromatic Colors of #A61C1F
Black with #A61C1F
Text Example
Text Example
White with #A61C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C1F; }
p { color: rgb(166,28,31); }
H1.HeaderClassName
{
color: #A61C1F;
}
.AnyTagClassName
{
color: #A61C1F;
}
</style>
background-color css
<style>
a { background-color: #A61C1F; }
a { background-color: rgb(166,28,31); }
div.DivClassName
{
background-color: #A61C1F;
}
.BgClassName
{
background-color: #A61C1F;
}
</style>
border-color css
<style>
span { border-color: #A61C1F; }
span { border-color: rgb(166,28,31); }
td.TdClassName
{
border-color: #A61C1F;
}
.TagClassName
{
border-color: #A61C1F;
}
</style>