Shades of Bright Red #A61D3C
Tints of Bright Red #A61D3C
RGB
CMYK
RGB Variations
Color information
#A61D3C (or 0xA61D3C) is known color: Bright Red. HEX triplet: A6, 1D and 3C. RGB value is (166,29,60). Sum of RGB (Red+Green+Blue) = 166+29+60=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D3C is #59E2C3. Grayscale: #494949. Windows color (decimal): -5890756 or 3939750. OLE color: 3939750.
HSL color Cylindrical-coordinate representation of color #A61D3C: hue angle of 346.42º degrees, saturation: 0.7, 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 #A61D3C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 29 | 60 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.35 |
| HSL | 346.42º | 0.7% | 0.38% | - |
| HSV(B) | 346.42º | 0.83% | 0.65% | - |
| XYZ | 16.98 | 9.31 | 5.18 | - |
| YUV | 73.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 60 | 0 | 0.83 | 0.64 | 0.35 | 346.42 | 0.7 | 0.38 |
| Hex | A6 | 1D | 3C | 0 | 53 | 40 | 23 | 15A | 46 | 26 |
| Octal | 246 | 35 | 74 | 0 | 123 | 100 | 43 | 532 | 106 | 46 |
| Binary | 10100110 | 11101 | 111100 | 0 | 1010011 | 1000000 | 100011 | 101011010 | 1000110 | 100110 |
Color Harmonies of #A61D3C
Complementary color
Monochromatic Colors of #A61D3C
Black with #A61D3C
Text Example
Text Example
White with #A61D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61D3C; }
p { color: rgb(166,29,60); }
H1.HeaderClassName
{
color: #A61D3C;
}
.AnyTagClassName
{
color: #A61D3C;
}
</style>
background-color css
<style>
a { background-color: #A61D3C; }
a { background-color: rgb(166,29,60); }
div.DivClassName
{
background-color: #A61D3C;
}
.BgClassName
{
background-color: #A61D3C;
}
</style>
border-color css
<style>
span { border-color: #A61D3C; }
span { border-color: rgb(166,29,60); }
td.TdClassName
{
border-color: #A61D3C;
}
.TagClassName
{
border-color: #A61D3C;
}
</style>