Shades of Cardinal #A61338
Tints of Cardinal #A61338
RGB
CMYK
RGB Variations
Color information
#A61338 (or 0xA61338) is known color: Cardinal. HEX triplet: A6, 13 and 38. RGB value is (166,19,56). Sum of RGB (Red+Green+Blue) = 166+19+56=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A61338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61338 is #59ECC7. Grayscale: #434343. Windows color (decimal): -5893320 or 3675046. OLE color: 3675046.
HSL color Cylindrical-coordinate representation of color #A61338: hue angle of 344.9º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61338 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 19 | 56 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.35 |
| HSL | 344.9º | 0.79% | 0.36% | - |
| HSV(B) | 344.9º | 0.89% | 0.65% | - |
| XYZ | 16.67 | 8.86 | 4.57 | - |
| YUV | 67.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 19 | 56 | 0 | 0.89 | 0.66 | 0.35 | 344.9 | 0.79 | 0.36 |
| Hex | A6 | 13 | 38 | 0 | 59 | 42 | 23 | 159 | 4F | 24 |
| Octal | 246 | 23 | 70 | 0 | 131 | 102 | 43 | 531 | 117 | 44 |
| Binary | 10100110 | 10011 | 111000 | 0 | 1011001 | 1000010 | 100011 | 101011001 | 1001111 | 100100 |
Color Harmonies of #A61338
Complementary color
Monochromatic Colors of #A61338
Black with #A61338
Text Example
Text Example
White with #A61338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61338; }
p { color: rgb(166,19,56); }
H1.HeaderClassName
{
color: #A61338;
}
.AnyTagClassName
{
color: #A61338;
}
</style>
background-color css
<style>
a { background-color: #A61338; }
a { background-color: rgb(166,19,56); }
div.DivClassName
{
background-color: #A61338;
}
.BgClassName
{
background-color: #A61338;
}
</style>
border-color css
<style>
span { border-color: #A61338; }
span { border-color: rgb(166,19,56); }
td.TdClassName
{
border-color: #A61338;
}
.TagClassName
{
border-color: #A61338;
}
</style>