Shades of Cardinal #A60F38
Tints of Cardinal #A60F38
RGB
CMYK
RGB Variations
Color information
#A60F38 (or 0xA60F38) is known color: Cardinal. HEX triplet: A6, 0F and 38. RGB value is (166,15,56). Sum of RGB (Red+Green+Blue) = 166+15+56=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F38 is #59F0C7. Grayscale: #404040. Windows color (decimal): -5894344 or 3674022. OLE color: 3674022.
HSL color Cylindrical-coordinate representation of color #A60F38: hue angle of 343.71º 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 #A60F38 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 15 | 56 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.35 |
| HSL | 343.71º | 0.83% | 0.35% | - |
| HSV(B) | 343.71º | 0.91% | 0.65% | - |
| XYZ | 16.61 | 8.73 | 4.55 | - |
| YUV | 64.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 15 | 56 | 0 | 0.91 | 0.66 | 0.35 | 343.71 | 0.83 | 0.35 |
| Hex | A6 | F | 38 | 0 | 5B | 42 | 23 | 158 | 53 | 23 |
| Octal | 246 | 17 | 70 | 0 | 133 | 102 | 43 | 530 | 123 | 43 |
| Binary | 10100110 | 1111 | 111000 | 0 | 1011011 | 1000010 | 100011 | 101011000 | 1010011 | 100011 |
Color Harmonies of #A60F38
Complementary color
Monochromatic Colors of #A60F38
Black with #A60F38
Text Example
Text Example
White with #A60F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60F38; }
p { color: rgb(166,15,56); }
H1.HeaderClassName
{
color: #A60F38;
}
.AnyTagClassName
{
color: #A60F38;
}
</style>
background-color css
<style>
a { background-color: #A60F38; }
a { background-color: rgb(166,15,56); }
div.DivClassName
{
background-color: #A60F38;
}
.BgClassName
{
background-color: #A60F38;
}
</style>
border-color css
<style>
span { border-color: #A60F38; }
span { border-color: rgb(166,15,56); }
td.TdClassName
{
border-color: #A60F38;
}
.TagClassName
{
border-color: #A60F38;
}
</style>