Shades of Cardinal #A61639
Tints of Cardinal #A61639
RGB
CMYK
RGB Variations
Color information
#A61639 (or 0xA61639) is known color: Cardinal. HEX triplet: A6, 16 and 39. RGB value is (166,22,57). Sum of RGB (Red+Green+Blue) = 166+22+57=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A61639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61639 is #59E9C6. Grayscale: #454545. Windows color (decimal): -5892551 or 3741350. OLE color: 3741350.
HSL color Cylindrical-coordinate representation of color #A61639: hue angle of 345.42º 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 #A61639 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 57 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.35 |
| HSL | 345.42º | 0.77% | 0.37% | - |
| HSV(B) | 345.42º | 0.87% | 0.65% | - |
| XYZ | 16.75 | 8.98 | 4.72 | - |
| YUV | 69.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 57 | 0 | 0.87 | 0.66 | 0.35 | 345.42 | 0.77 | 0.37 |
| Hex | A6 | 16 | 39 | 0 | 57 | 42 | 23 | 159 | 4D | 25 |
| Octal | 246 | 26 | 71 | 0 | 127 | 102 | 43 | 531 | 115 | 45 |
| Binary | 10100110 | 10110 | 111001 | 0 | 1010111 | 1000010 | 100011 | 101011001 | 1001101 | 100101 |
Color Harmonies of #A61639
Complementary color
Monochromatic Colors of #A61639
Black with #A61639
Text Example
Text Example
White with #A61639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61639; }
p { color: rgb(166,22,57); }
H1.HeaderClassName
{
color: #A61639;
}
.AnyTagClassName
{
color: #A61639;
}
</style>
background-color css
<style>
a { background-color: #A61639; }
a { background-color: rgb(166,22,57); }
div.DivClassName
{
background-color: #A61639;
}
.BgClassName
{
background-color: #A61639;
}
</style>
border-color css
<style>
span { border-color: #A61639; }
span { border-color: rgb(166,22,57); }
td.TdClassName
{
border-color: #A61639;
}
.TagClassName
{
border-color: #A61639;
}
</style>