Shades of Bright Red #A61A2D
Tints of Bright Red #A61A2D
RGB
CMYK
RGB Variations
Color information
#A61A2D (or 0xA61A2D) is known color: Bright Red. HEX triplet: A6, 1A and 2D. RGB value is (166,26,45). Sum of RGB (Red+Green+Blue) = 166+26+45=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61A2D is #59E5D2. Grayscale: #464646. Windows color (decimal): -5891539 or 2955942. OLE color: 2955942.
HSL color Cylindrical-coordinate representation of color #A61A2D: hue angle of 351.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 #A61A2D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 45 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.35 |
| HSL | 351.86º | 0.73% | 0.38% | - |
| HSV(B) | 351.86º | 0.84% | 0.65% | - |
| XYZ | 16.57 | 9.04 | 3.35 | - |
| YUV | 70.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 45 | 0 | 0.84 | 0.73 | 0.35 | 351.86 | 0.73 | 0.38 |
| Hex | A6 | 1A | 2D | 0 | 54 | 49 | 23 | 160 | 49 | 26 |
| Octal | 246 | 32 | 55 | 0 | 124 | 111 | 43 | 540 | 111 | 46 |
| Binary | 10100110 | 11010 | 101101 | 0 | 1010100 | 1001001 | 100011 | 101100000 | 1001001 | 100110 |
Color Harmonies of #A61A2D
Complementary color
Monochromatic Colors of #A61A2D
Black with #A61A2D
Text Example
Text Example
White with #A61A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A2D; }
p { color: rgb(166,26,45); }
H1.HeaderClassName
{
color: #A61A2D;
}
.AnyTagClassName
{
color: #A61A2D;
}
</style>
background-color css
<style>
a { background-color: #A61A2D; }
a { background-color: rgb(166,26,45); }
div.DivClassName
{
background-color: #A61A2D;
}
.BgClassName
{
background-color: #A61A2D;
}
</style>
border-color css
<style>
span { border-color: #A61A2D; }
span { border-color: rgb(166,26,45); }
td.TdClassName
{
border-color: #A61A2D;
}
.TagClassName
{
border-color: #A61A2D;
}
</style>