Shades of Bright Red #A61C32
Tints of Bright Red #A61C32
RGB
CMYK
RGB Variations
Color information
#A61C32 (or 0xA61C32) is known color: Bright Red. HEX triplet: A6, 1C and 32. RGB value is (166,28,50). Sum of RGB (Red+Green+Blue) = 166+28+50=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61C32 is #59E3CD. Grayscale: #474747. Windows color (decimal): -5891022 or 3284134. OLE color: 3284134.
HSL color Cylindrical-coordinate representation of color #A61C32: hue angle of 350.43º degrees, saturation: 0.71, 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 #A61C32 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 50 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.35 |
| HSL | 350.43º | 0.71% | 0.38% | - |
| HSV(B) | 350.43º | 0.83% | 0.65% | - |
| XYZ | 16.72 | 9.17 | 3.91 | - |
| YUV | 71.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 50 | 0 | 0.83 | 0.70 | 0.35 | 350.43 | 0.71 | 0.38 |
| Hex | A6 | 1C | 32 | 0 | 53 | 46 | 23 | 15E | 47 | 26 |
| Octal | 246 | 34 | 62 | 0 | 123 | 106 | 43 | 536 | 107 | 46 |
| Binary | 10100110 | 11100 | 110010 | 0 | 1010011 | 1000110 | 100011 | 101011110 | 1000111 | 100110 |
Color Harmonies of #A61C32
Complementary color
Monochromatic Colors of #A61C32
Black with #A61C32
Text Example
Text Example
White with #A61C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C32; }
p { color: rgb(166,28,50); }
H1.HeaderClassName
{
color: #A61C32;
}
.AnyTagClassName
{
color: #A61C32;
}
</style>
background-color css
<style>
a { background-color: #A61C32; }
a { background-color: rgb(166,28,50); }
div.DivClassName
{
background-color: #A61C32;
}
.BgClassName
{
background-color: #A61C32;
}
</style>
border-color css
<style>
span { border-color: #A61C32; }
span { border-color: rgb(166,28,50); }
td.TdClassName
{
border-color: #A61C32;
}
.TagClassName
{
border-color: #A61C32;
}
</style>