Shades of Bright Red #A6132D
Tints of Bright Red #A6132D
RGB
CMYK
RGB Variations
Color information
#A6132D (or 0xA6132D) is known color: Bright Red. HEX triplet: A6, 13 and 2D. RGB value is (166,19,45). Sum of RGB (Red+Green+Blue) = 166+19+45=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A6132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6132D is #59ECD2. Grayscale: #414141. Windows color (decimal): -5893331 or 2954150. OLE color: 2954150.
HSL color Cylindrical-coordinate representation of color #A6132D: hue angle of 349.39º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6132D is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 45 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.35 |
| HSL | 349.39º | 0.79% | 0.36% | - |
| HSV(B) | 349.39º | 0.89% | 0.65% | - |
| XYZ | 16.43 | 8.76 | 3.31 | - |
| YUV | 65.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 45 | 0 | 0.89 | 0.73 | 0.35 | 349.39 | 0.79 | 0.36 |
| Hex | A6 | 13 | 2D | 0 | 59 | 49 | 23 | 15D | 4F | 24 |
| Octal | 246 | 23 | 55 | 0 | 131 | 111 | 43 | 535 | 117 | 44 |
| Binary | 10100110 | 10011 | 101101 | 0 | 1011001 | 1001001 | 100011 | 101011101 | 1001111 | 100100 |
Color Harmonies of #A6132D
Complementary color
Monochromatic Colors of #A6132D
Black with #A6132D
Text Example
Text Example
White with #A6132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6132D; }
p { color: rgb(166,19,45); }
H1.HeaderClassName
{
color: #A6132D;
}
.AnyTagClassName
{
color: #A6132D;
}
</style>
background-color css
<style>
a { background-color: #A6132D; }
a { background-color: rgb(166,19,45); }
div.DivClassName
{
background-color: #A6132D;
}
.BgClassName
{
background-color: #A6132D;
}
</style>
border-color css
<style>
span { border-color: #A6132D; }
span { border-color: rgb(166,19,45); }
td.TdClassName
{
border-color: #A6132D;
}
.TagClassName
{
border-color: #A6132D;
}
</style>