Shades of Cardinal #A60D35
Tints of Cardinal #A60D35
RGB
CMYK
RGB Variations
Color information
#A60D35 (or 0xA60D35) is known color: Cardinal. HEX triplet: A6, 0D and 35. RGB value is (166,13,53). Sum of RGB (Red+Green+Blue) = 166+13+53=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60D35 is #59F2CA. Grayscale: #3F3F3F. Windows color (decimal): -5894859 or 3476902. OLE color: 3476902.
HSL color Cylindrical-coordinate representation of color #A60D35: hue angle of 344.31º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60D35 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 13 | 53 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.35 |
| HSL | 344.31º | 0.85% | 0.35% | - |
| HSV(B) | 344.31º | 0.92% | 0.65% | - |
| XYZ | 16.51 | 8.65 | 4.17 | - |
| YUV | 63.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 53 | 0 | 0.92 | 0.68 | 0.35 | 344.31 | 0.85 | 0.35 |
| Hex | A6 | D | 35 | 0 | 5C | 44 | 23 | 158 | 55 | 23 |
| Octal | 246 | 15 | 65 | 0 | 134 | 104 | 43 | 530 | 125 | 43 |
| Binary | 10100110 | 1101 | 110101 | 0 | 1011100 | 1000100 | 100011 | 101011000 | 1010101 | 100011 |
Color Harmonies of #A60D35
Complementary color
Monochromatic Colors of #A60D35
Black with #A60D35
Text Example
Text Example
White with #A60D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60D35; }
p { color: rgb(166,13,53); }
H1.HeaderClassName
{
color: #A60D35;
}
.AnyTagClassName
{
color: #A60D35;
}
</style>
background-color css
<style>
a { background-color: #A60D35; }
a { background-color: rgb(166,13,53); }
div.DivClassName
{
background-color: #A60D35;
}
.BgClassName
{
background-color: #A60D35;
}
</style>
border-color css
<style>
span { border-color: #A60D35; }
span { border-color: rgb(166,13,53); }
td.TdClassName
{
border-color: #A60D35;
}
.TagClassName
{
border-color: #A60D35;
}
</style>