Shades of Cardinal #A6123D
Tints of Cardinal #A6123D
RGB
CMYK
RGB Variations
Color information
#A6123D (or 0xA6123D) is known color: Cardinal. HEX triplet: A6, 12 and 3D. RGB value is (166,18,61). Sum of RGB (Red+Green+Blue) = 166+18+61=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6123D is #59EDC2. Grayscale: #434343. Windows color (decimal): -5893571 or 4002470. OLE color: 4002470.
HSL color Cylindrical-coordinate representation of color #A6123D: hue angle of 342.57º degrees, saturation: 0.8, 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 #A6123D is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 61 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.35 |
| HSL | 342.57º | 0.8% | 0.36% | - |
| HSV(B) | 342.57º | 0.89% | 0.65% | - |
| XYZ | 16.78 | 8.88 | 5.24 | - |
| YUV | 67.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 61 | 0 | 0.89 | 0.63 | 0.35 | 342.57 | 0.8 | 0.36 |
| Hex | A6 | 12 | 3D | 0 | 59 | 3F | 23 | 157 | 50 | 24 |
| Octal | 246 | 22 | 75 | 0 | 131 | 77 | 43 | 527 | 120 | 44 |
| Binary | 10100110 | 10010 | 111101 | 0 | 1011001 | 111111 | 100011 | 101010111 | 1010000 | 100100 |
Color Harmonies of #A6123D
Complementary color
Monochromatic Colors of #A6123D
Black with #A6123D
Text Example
Text Example
White with #A6123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6123D; }
p { color: rgb(166,18,61); }
H1.HeaderClassName
{
color: #A6123D;
}
.AnyTagClassName
{
color: #A6123D;
}
</style>
background-color css
<style>
a { background-color: #A6123D; }
a { background-color: rgb(166,18,61); }
div.DivClassName
{
background-color: #A6123D;
}
.BgClassName
{
background-color: #A6123D;
}
</style>
border-color css
<style>
span { border-color: #A6123D; }
span { border-color: rgb(166,18,61); }
td.TdClassName
{
border-color: #A6123D;
}
.TagClassName
{
border-color: #A6123D;
}
</style>