Shades of Cardinal #A60F3B
Tints of Cardinal #A60F3B
RGB
CMYK
RGB Variations
Color information
#A60F3B (or 0xA60F3B) is known color: Cardinal. HEX triplet: A6, 0F and 3B. RGB value is (166,15,59). Sum of RGB (Red+Green+Blue) = 166+15+59=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F3B is #59F0C4. Grayscale: #414141. Windows color (decimal): -5894341 or 3870630. OLE color: 3870630.
HSL color Cylindrical-coordinate representation of color #A60F3B: hue angle of 342.52º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A60F3B is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 59 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.35 |
| HSL | 342.52º | 0.83% | 0.35% | - |
| HSV(B) | 342.52º | 0.91% | 0.65% | - |
| XYZ | 16.69 | 8.76 | 4.95 | - |
| YUV | 65.17 | 124.53 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 59 | 0 | 0.91 | 0.64 | 0.35 | 342.52 | 0.83 | 0.35 |
| Hex | A6 | F | 3B | 0 | 5B | 40 | 23 | 157 | 53 | 23 |
| Octal | 246 | 17 | 73 | 0 | 133 | 100 | 43 | 527 | 123 | 43 |
| Binary | 10100110 | 1111 | 111011 | 0 | 1011011 | 1000000 | 100011 | 101010111 | 1010011 | 100011 |
Color Harmonies of #A60F3B
Complementary color
Monochromatic Colors of #A60F3B
Black with #A60F3B
Text Example
Text Example
White with #A60F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60F3B; }
p { color: rgb(166,15,59); }
H1.HeaderClassName
{
color: #A60F3B;
}
.AnyTagClassName
{
color: #A60F3B;
}
</style>
background-color css
<style>
a { background-color: #A60F3B; }
a { background-color: rgb(166,15,59); }
div.DivClassName
{
background-color: #A60F3B;
}
.BgClassName
{
background-color: #A60F3B;
}
</style>
border-color css
<style>
span { border-color: #A60F3B; }
span { border-color: rgb(166,15,59); }
td.TdClassName
{
border-color: #A60F3B;
}
.TagClassName
{
border-color: #A60F3B;
}
</style>