Shades of Bright Red #A61834
Tints of Bright Red #A61834
RGB
CMYK
RGB Variations
Color information
#A61834 (or 0xA61834) is known color: Bright Red. HEX triplet: A6, 18 and 34. RGB value is (166,24,52). Sum of RGB (Red+Green+Blue) = 166+24+52=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A61834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61834 is #59E7CB. Grayscale: #454545. Windows color (decimal): -5892044 or 3414182. OLE color: 3414182.
HSL color Cylindrical-coordinate representation of color #A61834: hue angle of 348.17º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61834 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 52 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.35 |
| HSL | 348.17º | 0.75% | 0.37% | - |
| HSV(B) | 348.17º | 0.86% | 0.65% | - |
| XYZ | 16.67 | 9.01 | 4.11 | - |
| YUV | 69.65 | 118.04 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 52 | 0 | 0.86 | 0.69 | 0.35 | 348.17 | 0.75 | 0.37 |
| Hex | A6 | 18 | 34 | 0 | 56 | 45 | 23 | 15C | 4B | 25 |
| Octal | 246 | 30 | 64 | 0 | 126 | 105 | 43 | 534 | 113 | 45 |
| Binary | 10100110 | 11000 | 110100 | 0 | 1010110 | 1000101 | 100011 | 101011100 | 1001011 | 100101 |
Color Harmonies of #A61834
Complementary color
Monochromatic Colors of #A61834
Black with #A61834
Text Example
Text Example
White with #A61834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61834; }
p { color: rgb(166,24,52); }
H1.HeaderClassName
{
color: #A61834;
}
.AnyTagClassName
{
color: #A61834;
}
</style>
background-color css
<style>
a { background-color: #A61834; }
a { background-color: rgb(166,24,52); }
div.DivClassName
{
background-color: #A61834;
}
.BgClassName
{
background-color: #A61834;
}
</style>
border-color css
<style>
span { border-color: #A61834; }
span { border-color: rgb(166,24,52); }
td.TdClassName
{
border-color: #A61834;
}
.TagClassName
{
border-color: #A61834;
}
</style>