Shades of Bright Red #A61A32
Tints of Bright Red #A61A32
RGB
CMYK
RGB Variations
Color information
#A61A32 (or 0xA61A32) is known color: Bright Red. HEX triplet: A6, 1A and 32. RGB value is (166,26,50). Sum of RGB (Red+Green+Blue) = 166+26+50=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61A32 is #59E5CD. Grayscale: #464646. Windows color (decimal): -5891534 or 3283622. OLE color: 3283622.
HSL color Cylindrical-coordinate representation of color #A61A32: hue angle of 349.71º 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 #A61A32 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 50 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.35 |
| HSL | 349.71º | 0.73% | 0.38% | - |
| HSV(B) | 349.71º | 0.84% | 0.65% | - |
| XYZ | 16.67 | 9.08 | 3.89 | - |
| YUV | 70.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 50 | 0 | 0.84 | 0.70 | 0.35 | 349.71 | 0.73 | 0.38 |
| Hex | A6 | 1A | 32 | 0 | 54 | 46 | 23 | 15E | 49 | 26 |
| Octal | 246 | 32 | 62 | 0 | 124 | 106 | 43 | 536 | 111 | 46 |
| Binary | 10100110 | 11010 | 110010 | 0 | 1010100 | 1000110 | 100011 | 101011110 | 1001001 | 100110 |
Color Harmonies of #A61A32
Complementary color
Monochromatic Colors of #A61A32
Black with #A61A32
Text Example
Text Example
White with #A61A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A32; }
p { color: rgb(166,26,50); }
H1.HeaderClassName
{
color: #A61A32;
}
.AnyTagClassName
{
color: #A61A32;
}
</style>
background-color css
<style>
a { background-color: #A61A32; }
a { background-color: rgb(166,26,50); }
div.DivClassName
{
background-color: #A61A32;
}
.BgClassName
{
background-color: #A61A32;
}
</style>
border-color css
<style>
span { border-color: #A61A32; }
span { border-color: rgb(166,26,50); }
td.TdClassName
{
border-color: #A61A32;
}
.TagClassName
{
border-color: #A61A32;
}
</style>