Shades of Cardinal #A3113D
Tints of Cardinal #A3113D
RGB
CMYK
RGB Variations
Color information
#A3113D (or 0xA3113D) is known color: Cardinal. HEX triplet: A3, 11 and 3D. RGB value is (163,17,61). Sum of RGB (Red+Green+Blue) = 163+17+61=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3113D is #5CEEC2. Grayscale: #414141. Windows color (decimal): -6090435 or 4002211. OLE color: 4002211.
HSL color Cylindrical-coordinate representation of color #A3113D: hue angle of 341.92º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3113D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 61 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.36 |
| HSL | 341.92º | 0.81% | 0.35% | - |
| HSV(B) | 341.92º | 0.9% | 0.64% | - |
| XYZ | 16.15 | 8.52 | 5.21 | - |
| YUV | 65.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 61 | 0 | 0.90 | 0.63 | 0.36 | 341.92 | 0.81 | 0.35 |
| Hex | A3 | 11 | 3D | 0 | 5A | 3F | 24 | 156 | 51 | 23 |
| Octal | 243 | 21 | 75 | 0 | 132 | 77 | 44 | 526 | 121 | 43 |
| Binary | 10100011 | 10001 | 111101 | 0 | 1011010 | 111111 | 100100 | 101010110 | 1010001 | 100011 |
Color Harmonies of #A3113D
Complementary color
Monochromatic Colors of #A3113D
Black with #A3113D
Text Example
Text Example
White with #A3113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3113D; }
p { color: rgb(163,17,61); }
H1.HeaderClassName
{
color: #A3113D;
}
.AnyTagClassName
{
color: #A3113D;
}
</style>
background-color css
<style>
a { background-color: #A3113D; }
a { background-color: rgb(163,17,61); }
div.DivClassName
{
background-color: #A3113D;
}
.BgClassName
{
background-color: #A3113D;
}
</style>
border-color css
<style>
span { border-color: #A3113D; }
span { border-color: rgb(163,17,61); }
td.TdClassName
{
border-color: #A3113D;
}
.TagClassName
{
border-color: #A3113D;
}
</style>