Shades of Cardinal #A91036
Tints of Cardinal #A91036
RGB
CMYK
RGB Variations
Color information
#A91036 (or 0xA91036) is known color: Cardinal. HEX triplet: A9, 10 and 36. RGB value is (169,16,54). Sum of RGB (Red+Green+Blue) = 169+16+54=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A91036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91036 is #56EFC9. Grayscale: #424242. Windows color (decimal): -5697482 or 3543209. OLE color: 3543209.
HSL color Cylindrical-coordinate representation of color #A91036: hue angle of 345.1º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91036 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 54 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.34 |
| HSL | 345.1º | 0.83% | 0.36% | - |
| HSV(B) | 345.1º | 0.91% | 0.66% | - |
| XYZ | 17.21 | 9.07 | 4.33 | - |
| YUV | 66.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 54 | 0 | 0.91 | 0.68 | 0.34 | 345.1 | 0.83 | 0.36 |
| Hex | A9 | 10 | 36 | 0 | 5B | 44 | 22 | 159 | 53 | 24 |
| Octal | 251 | 20 | 66 | 0 | 133 | 104 | 42 | 531 | 123 | 44 |
| Binary | 10101001 | 10000 | 110110 | 0 | 1011011 | 1000100 | 100010 | 101011001 | 1010011 | 100100 |
Color Harmonies of #A91036
Complementary color
Monochromatic Colors of #A91036
Black with #A91036
Text Example
Text Example
White with #A91036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91036; }
p { color: rgb(169,16,54); }
H1.HeaderClassName
{
color: #A91036;
}
.AnyTagClassName
{
color: #A91036;
}
</style>
background-color css
<style>
a { background-color: #A91036; }
a { background-color: rgb(169,16,54); }
div.DivClassName
{
background-color: #A91036;
}
.BgClassName
{
background-color: #A91036;
}
</style>
border-color css
<style>
span { border-color: #A91036; }
span { border-color: rgb(169,16,54); }
td.TdClassName
{
border-color: #A91036;
}
.TagClassName
{
border-color: #A91036;
}
</style>