Shades of Cardinal #A6133B
Tints of Cardinal #A6133B
RGB
CMYK
RGB Variations
Color information
#A6133B (or 0xA6133B) is known color: Cardinal. HEX triplet: A6, 13 and 3B. RGB value is (166,19,59). Sum of RGB (Red+Green+Blue) = 166+19+59=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6133B is #59ECC4. Grayscale: #434343. Windows color (decimal): -5893317 or 3871654. OLE color: 3871654.
HSL color Cylindrical-coordinate representation of color #A6133B: hue angle of 343.67º 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 #A6133B is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 59 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.35 |
| HSL | 343.67º | 0.79% | 0.36% | - |
| HSV(B) | 343.67º | 0.89% | 0.65% | - |
| XYZ | 16.75 | 8.89 | 4.97 | - |
| YUV | 67.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 59 | 0 | 0.89 | 0.64 | 0.35 | 343.67 | 0.79 | 0.36 |
| Hex | A6 | 13 | 3B | 0 | 59 | 40 | 23 | 158 | 4F | 24 |
| Octal | 246 | 23 | 73 | 0 | 131 | 100 | 43 | 530 | 117 | 44 |
| Binary | 10100110 | 10011 | 111011 | 0 | 1011001 | 1000000 | 100011 | 101011000 | 1001111 | 100100 |
Color Harmonies of #A6133B
Complementary color
Monochromatic Colors of #A6133B
Black with #A6133B
Text Example
Text Example
White with #A6133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6133B; }
p { color: rgb(166,19,59); }
H1.HeaderClassName
{
color: #A6133B;
}
.AnyTagClassName
{
color: #A6133B;
}
</style>
background-color css
<style>
a { background-color: #A6133B; }
a { background-color: rgb(166,19,59); }
div.DivClassName
{
background-color: #A6133B;
}
.BgClassName
{
background-color: #A6133B;
}
</style>
border-color css
<style>
span { border-color: #A6133B; }
span { border-color: rgb(166,19,59); }
td.TdClassName
{
border-color: #A6133B;
}
.TagClassName
{
border-color: #A6133B;
}
</style>