Shades of Bright Red #A6162B
Tints of Bright Red #A6162B
RGB
CMYK
RGB Variations
Color information
#A6162B (or 0xA6162B) is known color: Bright Red. HEX triplet: A6, 16 and 2B. RGB value is (166,22,43). Sum of RGB (Red+Green+Blue) = 166+22+43=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A6162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6162B is #59E9D4. Grayscale: #434343. Windows color (decimal): -5892565 or 2823846. OLE color: 2823846.
HSL color Cylindrical-coordinate representation of color #A6162B: hue angle of 351.25º degrees, saturation: 0.77, 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 #A6162B is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 43 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.35 |
| HSL | 351.25º | 0.77% | 0.37% | - |
| HSV(B) | 351.25º | 0.87% | 0.65% | - |
| XYZ | 16.45 | 8.86 | 3.13 | - |
| YUV | 67.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 43 | 0 | 0.87 | 0.74 | 0.35 | 351.25 | 0.77 | 0.37 |
| Hex | A6 | 16 | 2B | 0 | 57 | 4A | 23 | 15F | 4D | 25 |
| Octal | 246 | 26 | 53 | 0 | 127 | 112 | 43 | 537 | 115 | 45 |
| Binary | 10100110 | 10110 | 101011 | 0 | 1010111 | 1001010 | 100011 | 101011111 | 1001101 | 100101 |
Color Harmonies of #A6162B
Complementary color
Monochromatic Colors of #A6162B
Black with #A6162B
Text Example
Text Example
White with #A6162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6162B; }
p { color: rgb(166,22,43); }
H1.HeaderClassName
{
color: #A6162B;
}
.AnyTagClassName
{
color: #A6162B;
}
</style>
background-color css
<style>
a { background-color: #A6162B; }
a { background-color: rgb(166,22,43); }
div.DivClassName
{
background-color: #A6162B;
}
.BgClassName
{
background-color: #A6162B;
}
</style>
border-color css
<style>
span { border-color: #A6162B; }
span { border-color: rgb(166,22,43); }
td.TdClassName
{
border-color: #A6162B;
}
.TagClassName
{
border-color: #A6162B;
}
</style>