Shades of Cardinal #A81036
Tints of Cardinal #A81036
RGB
CMYK
RGB Variations
Color information
#A81036 (or 0xA81036) is known color: Cardinal. HEX triplet: A8, 10 and 36. RGB value is (168,16,54). Sum of RGB (Red+Green+Blue) = 168+16+54=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A81036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81036 is #57EFC9. Grayscale: #414141. Windows color (decimal): -5763018 or 3543208. OLE color: 3543208.
HSL color Cylindrical-coordinate representation of color #A81036: hue angle of 345º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81036 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 54 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.34 |
| HSL | 345º | 0.83% | 0.36% | - |
| HSV(B) | 345º | 0.9% | 0.66% | - |
| XYZ | 17 | 8.96 | 4.32 | - |
| YUV | 65.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 54 | 0 | 0.90 | 0.68 | 0.34 | 345 | 0.83 | 0.36 |
| Hex | A8 | 10 | 36 | 0 | 5A | 44 | 22 | 159 | 53 | 24 |
| Octal | 250 | 20 | 66 | 0 | 132 | 104 | 42 | 531 | 123 | 44 |
| Binary | 10101000 | 10000 | 110110 | 0 | 1011010 | 1000100 | 100010 | 101011001 | 1010011 | 100100 |
Color Harmonies of #A81036
Complementary color
Monochromatic Colors of #A81036
Black with #A81036
Text Example
Text Example
White with #A81036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81036; }
p { color: rgb(168,16,54); }
H1.HeaderClassName
{
color: #A81036;
}
.AnyTagClassName
{
color: #A81036;
}
</style>
background-color css
<style>
a { background-color: #A81036; }
a { background-color: rgb(168,16,54); }
div.DivClassName
{
background-color: #A81036;
}
.BgClassName
{
background-color: #A81036;
}
</style>
border-color css
<style>
span { border-color: #A81036; }
span { border-color: rgb(168,16,54); }
td.TdClassName
{
border-color: #A81036;
}
.TagClassName
{
border-color: #A81036;
}
</style>