Shades of Cardinal #A61441
Tints of Cardinal #A61441
RGB
CMYK
RGB Variations
Color information
#A61441 (or 0xA61441) is known color: Cardinal. HEX triplet: A6, 14 and 41. RGB value is (166,20,65). Sum of RGB (Red+Green+Blue) = 166+20+65=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A61441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61441 is #59EBBE. Grayscale: #444444. Windows color (decimal): -5893055 or 4265126. OLE color: 4265126.
HSL color Cylindrical-coordinate representation of color #A61441: hue angle of 341.51º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61441 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 65 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.35 |
| HSL | 341.51º | 0.78% | 0.36% | - |
| HSV(B) | 341.51º | 0.88% | 0.65% | - |
| XYZ | 16.93 | 8.99 | 5.84 | - |
| YUV | 68.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 65 | 0 | 0.88 | 0.61 | 0.35 | 341.51 | 0.78 | 0.36 |
| Hex | A6 | 14 | 41 | 0 | 58 | 3D | 23 | 156 | 4E | 24 |
| Octal | 246 | 24 | 101 | 0 | 130 | 75 | 43 | 526 | 116 | 44 |
| Binary | 10100110 | 10100 | 1000001 | 0 | 1011000 | 111101 | 100011 | 101010110 | 1001110 | 100100 |
Color Harmonies of #A61441
Complementary color
Monochromatic Colors of #A61441
Black with #A61441
Text Example
Text Example
White with #A61441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61441; }
p { color: rgb(166,20,65); }
H1.HeaderClassName
{
color: #A61441;
}
.AnyTagClassName
{
color: #A61441;
}
</style>
background-color css
<style>
a { background-color: #A61441; }
a { background-color: rgb(166,20,65); }
div.DivClassName
{
background-color: #A61441;
}
.BgClassName
{
background-color: #A61441;
}
</style>
border-color css
<style>
span { border-color: #A61441; }
span { border-color: rgb(166,20,65); }
td.TdClassName
{
border-color: #A61441;
}
.TagClassName
{
border-color: #A61441;
}
</style>