Shades of Cardinal #A8203D
Tints of Cardinal #A8203D
RGB
CMYK
RGB Variations
Color information
#A8203D (or 0xA8203D) is known color: Cardinal. HEX triplet: A8, 20 and 3D. RGB value is (168,32,61). Sum of RGB (Red+Green+Blue) = 168+32+61=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8203D is #57DFC2. Grayscale: #4B4B4B. Windows color (decimal): -5758915 or 4006056. OLE color: 4006056.
HSL color Cylindrical-coordinate representation of color #A8203D: hue angle of 347.21º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8203D is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 61 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.34 |
| HSL | 347.21º | 0.68% | 0.39% | - |
| HSV(B) | 347.21º | 0.81% | 0.66% | - |
| XYZ | 17.51 | 9.69 | 5.36 | - |
| YUV | 75.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 61 | 0 | 0.81 | 0.64 | 0.34 | 347.21 | 0.68 | 0.39 |
| Hex | A8 | 20 | 3D | 0 | 51 | 40 | 22 | 15B | 44 | 27 |
| Octal | 250 | 40 | 75 | 0 | 121 | 100 | 42 | 533 | 104 | 47 |
| Binary | 10101000 | 100000 | 111101 | 0 | 1010001 | 1000000 | 100010 | 101011011 | 1000100 | 100111 |
Color Harmonies of #A8203D
Complementary color
Monochromatic Colors of #A8203D
Black with #A8203D
Text Example
Text Example
White with #A8203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8203D; }
p { color: rgb(168,32,61); }
H1.HeaderClassName
{
color: #A8203D;
}
.AnyTagClassName
{
color: #A8203D;
}
</style>
background-color css
<style>
a { background-color: #A8203D; }
a { background-color: rgb(168,32,61); }
div.DivClassName
{
background-color: #A8203D;
}
.BgClassName
{
background-color: #A8203D;
}
</style>
border-color css
<style>
span { border-color: #A8203D; }
span { border-color: rgb(168,32,61); }
td.TdClassName
{
border-color: #A8203D;
}
.TagClassName
{
border-color: #A8203D;
}
</style>