Shades of Cardinal #A6183D
Tints of Cardinal #A6183D
RGB
CMYK
RGB Variations
Color information
#A6183D (or 0xA6183D) is known color: Cardinal. HEX triplet: A6, 18 and 3D. RGB value is (166,24,61). Sum of RGB (Red+Green+Blue) = 166+24+61=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A6183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6183D is #59E7C2. Grayscale: #464646. Windows color (decimal): -5892035 or 4004006. OLE color: 4004006.
HSL color Cylindrical-coordinate representation of color #A6183D: hue angle of 344.37º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6183D is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 61 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.35 |
| HSL | 344.37º | 0.75% | 0.37% | - |
| HSV(B) | 344.37º | 0.86% | 0.65% | - |
| XYZ | 16.89 | 9.1 | 5.28 | - |
| YUV | 70.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 61 | 0 | 0.86 | 0.63 | 0.35 | 344.37 | 0.75 | 0.37 |
| Hex | A6 | 18 | 3D | 0 | 56 | 3F | 23 | 158 | 4B | 25 |
| Octal | 246 | 30 | 75 | 0 | 126 | 77 | 43 | 530 | 113 | 45 |
| Binary | 10100110 | 11000 | 111101 | 0 | 1010110 | 111111 | 100011 | 101011000 | 1001011 | 100101 |
Color Harmonies of #A6183D
Complementary color
Monochromatic Colors of #A6183D
Black with #A6183D
Text Example
Text Example
White with #A6183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6183D; }
p { color: rgb(166,24,61); }
H1.HeaderClassName
{
color: #A6183D;
}
.AnyTagClassName
{
color: #A6183D;
}
</style>
background-color css
<style>
a { background-color: #A6183D; }
a { background-color: rgb(166,24,61); }
div.DivClassName
{
background-color: #A6183D;
}
.BgClassName
{
background-color: #A6183D;
}
</style>
border-color css
<style>
span { border-color: #A6183D; }
span { border-color: rgb(166,24,61); }
td.TdClassName
{
border-color: #A6183D;
}
.TagClassName
{
border-color: #A6183D;
}
</style>