Shades of Cardinal #A3103D
Tints of Cardinal #A3103D
RGB
CMYK
RGB Variations
Color information
#A3103D (or 0xA3103D) is known color: Cardinal. HEX triplet: A3, 10 and 3D. RGB value is (163,16,61). Sum of RGB (Red+Green+Blue) = 163+16+61=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A3103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3103D is #5CEFC2. Grayscale: #414141. Windows color (decimal): -6090691 or 4001955. OLE color: 4001955.
HSL color Cylindrical-coordinate representation of color #A3103D: hue angle of 341.63º degrees, saturation: 0.82, 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 #A3103D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 61 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.36 |
| HSL | 341.63º | 0.82% | 0.35% | - |
| HSV(B) | 341.63º | 0.9% | 0.64% | - |
| XYZ | 16.13 | 8.49 | 5.2 | - |
| YUV | 65.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 61 | 0 | 0.90 | 0.63 | 0.36 | 341.63 | 0.82 | 0.35 |
| Hex | A3 | 10 | 3D | 0 | 5A | 3F | 24 | 156 | 52 | 23 |
| Octal | 243 | 20 | 75 | 0 | 132 | 77 | 44 | 526 | 122 | 43 |
| Binary | 10100011 | 10000 | 111101 | 0 | 1011010 | 111111 | 100100 | 101010110 | 1010010 | 100011 |
Color Harmonies of #A3103D
Complementary color
Monochromatic Colors of #A3103D
Black with #A3103D
Text Example
Text Example
White with #A3103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3103D; }
p { color: rgb(163,16,61); }
H1.HeaderClassName
{
color: #A3103D;
}
.AnyTagClassName
{
color: #A3103D;
}
</style>
background-color css
<style>
a { background-color: #A3103D; }
a { background-color: rgb(163,16,61); }
div.DivClassName
{
background-color: #A3103D;
}
.BgClassName
{
background-color: #A3103D;
}
</style>
border-color css
<style>
span { border-color: #A3103D; }
span { border-color: rgb(163,16,61); }
td.TdClassName
{
border-color: #A3103D;
}
.TagClassName
{
border-color: #A3103D;
}
</style>