Shades of Cardinal #A91038
Tints of Cardinal #A91038
RGB
CMYK
RGB Variations
Color information
#A91038 (or 0xA91038) is known color: Cardinal. HEX triplet: A9, 10 and 38. RGB value is (169,16,56). Sum of RGB (Red+Green+Blue) = 169+16+56=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A91038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91038 is #56EFC7. Grayscale: #424242. Windows color (decimal): -5697480 or 3674281. OLE color: 3674281.
HSL color Cylindrical-coordinate representation of color #A91038: hue angle of 344.31º 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 #A91038 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 56 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.34 |
| HSL | 344.31º | 0.83% | 0.36% | - |
| HSV(B) | 344.31º | 0.91% | 0.66% | - |
| XYZ | 17.26 | 9.09 | 4.59 | - |
| YUV | 66.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 56 | 0 | 0.91 | 0.67 | 0.34 | 344.31 | 0.83 | 0.36 |
| Hex | A9 | 10 | 38 | 0 | 5B | 43 | 22 | 158 | 53 | 24 |
| Octal | 251 | 20 | 70 | 0 | 133 | 103 | 42 | 530 | 123 | 44 |
| Binary | 10101001 | 10000 | 111000 | 0 | 1011011 | 1000011 | 100010 | 101011000 | 1010011 | 100100 |
Color Harmonies of #A91038
Complementary color
Monochromatic Colors of #A91038
Black with #A91038
Text Example
Text Example
White with #A91038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91038; }
p { color: rgb(169,16,56); }
H1.HeaderClassName
{
color: #A91038;
}
.AnyTagClassName
{
color: #A91038;
}
</style>
background-color css
<style>
a { background-color: #A91038; }
a { background-color: rgb(169,16,56); }
div.DivClassName
{
background-color: #A91038;
}
.BgClassName
{
background-color: #A91038;
}
</style>
border-color css
<style>
span { border-color: #A91038; }
span { border-color: rgb(169,16,56); }
td.TdClassName
{
border-color: #A91038;
}
.TagClassName
{
border-color: #A91038;
}
</style>