Shades of Bright Red #A6152A
Tints of Bright Red #A6152A
RGB
CMYK
RGB Variations
Color information
#A6152A (or 0xA6152A) is known color: Bright Red. HEX triplet: A6, 15 and 2A. RGB value is (166,21,42). Sum of RGB (Red+Green+Blue) = 166+21+42=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6152A is #59EAD5. Grayscale: #424242. Windows color (decimal): -5892822 or 2758054. OLE color: 2758054.
HSL color Cylindrical-coordinate representation of color #A6152A: hue angle of 351.31º 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 #A6152A is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 42 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.35 |
| HSL | 351.31º | 0.78% | 0.37% | - |
| HSV(B) | 351.31º | 0.87% | 0.65% | - |
| XYZ | 16.41 | 8.81 | 3.03 | - |
| YUV | 66.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 42 | 0 | 0.87 | 0.75 | 0.35 | 351.31 | 0.78 | 0.37 |
| Hex | A6 | 15 | 2A | 0 | 57 | 4B | 23 | 15F | 4E | 25 |
| Octal | 246 | 25 | 52 | 0 | 127 | 113 | 43 | 537 | 116 | 45 |
| Binary | 10100110 | 10101 | 101010 | 0 | 1010111 | 1001011 | 100011 | 101011111 | 1001110 | 100101 |
Color Harmonies of #A6152A
Complementary color
Monochromatic Colors of #A6152A
Black with #A6152A
Text Example
Text Example
White with #A6152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6152A; }
p { color: rgb(166,21,42); }
H1.HeaderClassName
{
color: #A6152A;
}
.AnyTagClassName
{
color: #A6152A;
}
</style>
background-color css
<style>
a { background-color: #A6152A; }
a { background-color: rgb(166,21,42); }
div.DivClassName
{
background-color: #A6152A;
}
.BgClassName
{
background-color: #A6152A;
}
</style>
border-color css
<style>
span { border-color: #A6152A; }
span { border-color: rgb(166,21,42); }
td.TdClassName
{
border-color: #A6152A;
}
.TagClassName
{
border-color: #A6152A;
}
</style>