Shades of Bright Red #A6152F
Tints of Bright Red #A6152F
RGB
CMYK
RGB Variations
Color information
#A6152F (or 0xA6152F) is known color: Bright Red. HEX triplet: A6, 15 and 2F. RGB value is (166,21,47). Sum of RGB (Red+Green+Blue) = 166+21+47=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A6152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6152F is #59EAD0. Grayscale: #434343. Windows color (decimal): -5892817 or 3085734. OLE color: 3085734.
HSL color Cylindrical-coordinate representation of color #A6152F: hue angle of 349.24º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6152F is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 47 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.35 |
| HSL | 349.24º | 0.78% | 0.37% | - |
| HSV(B) | 349.24º | 0.87% | 0.65% | - |
| XYZ | 16.51 | 8.85 | 3.53 | - |
| YUV | 67.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 47 | 0 | 0.87 | 0.72 | 0.35 | 349.24 | 0.78 | 0.37 |
| Hex | A6 | 15 | 2F | 0 | 57 | 48 | 23 | 15D | 4E | 25 |
| Octal | 246 | 25 | 57 | 0 | 127 | 110 | 43 | 535 | 116 | 45 |
| Binary | 10100110 | 10101 | 101111 | 0 | 1010111 | 1001000 | 100011 | 101011101 | 1001110 | 100101 |
Color Harmonies of #A6152F
Complementary color
Monochromatic Colors of #A6152F
Black with #A6152F
Text Example
Text Example
White with #A6152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6152F; }
p { color: rgb(166,21,47); }
H1.HeaderClassName
{
color: #A6152F;
}
.AnyTagClassName
{
color: #A6152F;
}
</style>
background-color css
<style>
a { background-color: #A6152F; }
a { background-color: rgb(166,21,47); }
div.DivClassName
{
background-color: #A6152F;
}
.BgClassName
{
background-color: #A6152F;
}
</style>
border-color css
<style>
span { border-color: #A6152F; }
span { border-color: rgb(166,21,47); }
td.TdClassName
{
border-color: #A6152F;
}
.TagClassName
{
border-color: #A6152F;
}
</style>