Shades of Bright Red #A61E3C
Tints of Bright Red #A61E3C
RGB
CMYK
RGB Variations
Color information
#A61E3C (or 0xA61E3C) is known color: Bright Red. HEX triplet: A6, 1E and 3C. RGB value is (166,30,60). Sum of RGB (Red+Green+Blue) = 166+30+60=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61E3C is #59E1C3. Grayscale: #4A4A4A. Windows color (decimal): -5890500 or 3940006. OLE color: 3940006.
HSL color Cylindrical-coordinate representation of color #A61E3C: hue angle of 346.76º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E3C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 60 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.35 |
| HSL | 346.76º | 0.69% | 0.38% | - |
| HSV(B) | 346.76º | 0.82% | 0.65% | - |
| XYZ | 17.01 | 9.36 | 5.19 | - |
| YUV | 74.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 60 | 0 | 0.82 | 0.64 | 0.35 | 346.76 | 0.69 | 0.38 |
| Hex | A6 | 1E | 3C | 0 | 52 | 40 | 23 | 15B | 45 | 26 |
| Octal | 246 | 36 | 74 | 0 | 122 | 100 | 43 | 533 | 105 | 46 |
| Binary | 10100110 | 11110 | 111100 | 0 | 1010010 | 1000000 | 100011 | 101011011 | 1000101 | 100110 |
Color Harmonies of #A61E3C
Complementary color
Monochromatic Colors of #A61E3C
Black with #A61E3C
Text Example
Text Example
White with #A61E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E3C; }
p { color: rgb(166,30,60); }
H1.HeaderClassName
{
color: #A61E3C;
}
.AnyTagClassName
{
color: #A61E3C;
}
</style>
background-color css
<style>
a { background-color: #A61E3C; }
a { background-color: rgb(166,30,60); }
div.DivClassName
{
background-color: #A61E3C;
}
.BgClassName
{
background-color: #A61E3C;
}
</style>
border-color css
<style>
span { border-color: #A61E3C; }
span { border-color: rgb(166,30,60); }
td.TdClassName
{
border-color: #A61E3C;
}
.TagClassName
{
border-color: #A61E3C;
}
</style>