Shades of Cardinal #A81438
Tints of Cardinal #A81438
RGB
CMYK
RGB Variations
Color information
#A81438 (or 0xA81438) is known color: Cardinal. HEX triplet: A8, 14 and 38. RGB value is (168,20,56). Sum of RGB (Red+Green+Blue) = 168+20+56=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A81438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81438 is #57EBC7. Grayscale: #444444. Windows color (decimal): -5761992 or 3675304. OLE color: 3675304.
HSL color Cylindrical-coordinate representation of color #A81438: hue angle of 345.41º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81438 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 56 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.34 |
| HSL | 345.41º | 0.79% | 0.37% | - |
| HSV(B) | 345.41º | 0.88% | 0.66% | - |
| XYZ | 17.11 | 9.11 | 4.6 | - |
| YUV | 68.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 56 | 0 | 0.88 | 0.67 | 0.34 | 345.41 | 0.79 | 0.37 |
| Hex | A8 | 14 | 38 | 0 | 58 | 43 | 22 | 159 | 4F | 25 |
| Octal | 250 | 24 | 70 | 0 | 130 | 103 | 42 | 531 | 117 | 45 |
| Binary | 10101000 | 10100 | 111000 | 0 | 1011000 | 1000011 | 100010 | 101011001 | 1001111 | 100101 |
Color Harmonies of #A81438
Complementary color
Monochromatic Colors of #A81438
Black with #A81438
Text Example
Text Example
White with #A81438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81438; }
p { color: rgb(168,20,56); }
H1.HeaderClassName
{
color: #A81438;
}
.AnyTagClassName
{
color: #A81438;
}
</style>
background-color css
<style>
a { background-color: #A81438; }
a { background-color: rgb(168,20,56); }
div.DivClassName
{
background-color: #A81438;
}
.BgClassName
{
background-color: #A81438;
}
</style>
border-color css
<style>
span { border-color: #A81438; }
span { border-color: rgb(168,20,56); }
td.TdClassName
{
border-color: #A81438;
}
.TagClassName
{
border-color: #A81438;
}
</style>