Shades of Cardinal #A6153D
Tints of Cardinal #A6153D
RGB
CMYK
RGB Variations
Color information
#A6153D (or 0xA6153D) is known color: Cardinal. HEX triplet: A6, 15 and 3D. RGB value is (166,21,61). Sum of RGB (Red+Green+Blue) = 166+21+61=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6153D is #59EAC2. Grayscale: #444444. Windows color (decimal): -5892803 or 4003238. OLE color: 4003238.
HSL color Cylindrical-coordinate representation of color #A6153D: hue angle of 343.45º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6153D is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 61 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.35 |
| HSL | 343.45º | 0.78% | 0.37% | - |
| HSV(B) | 343.45º | 0.87% | 0.65% | - |
| XYZ | 16.84 | 8.98 | 5.26 | - |
| YUV | 68.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 61 | 0 | 0.87 | 0.63 | 0.35 | 343.45 | 0.78 | 0.37 |
| Hex | A6 | 15 | 3D | 0 | 57 | 3F | 23 | 157 | 4E | 25 |
| Octal | 246 | 25 | 75 | 0 | 127 | 77 | 43 | 527 | 116 | 45 |
| Binary | 10100110 | 10101 | 111101 | 0 | 1010111 | 111111 | 100011 | 101010111 | 1001110 | 100101 |
Color Harmonies of #A6153D
Complementary color
Monochromatic Colors of #A6153D
Black with #A6153D
Text Example
Text Example
White with #A6153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6153D; }
p { color: rgb(166,21,61); }
H1.HeaderClassName
{
color: #A6153D;
}
.AnyTagClassName
{
color: #A6153D;
}
</style>
background-color css
<style>
a { background-color: #A6153D; }
a { background-color: rgb(166,21,61); }
div.DivClassName
{
background-color: #A6153D;
}
.BgClassName
{
background-color: #A6153D;
}
</style>
border-color css
<style>
span { border-color: #A6153D; }
span { border-color: rgb(166,21,61); }
td.TdClassName
{
border-color: #A6153D;
}
.TagClassName
{
border-color: #A6153D;
}
</style>