Shades of Cardinal #A81442
Tints of Cardinal #A81442
RGB
CMYK
RGB Variations
Color information
#A81442 (or 0xA81442) is known color: Cardinal. HEX triplet: A8, 14 and 42. RGB value is (168,20,66). Sum of RGB (Red+Green+Blue) = 168+20+66=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A81442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81442 is #57EBBD. Grayscale: #454545. Windows color (decimal): -5761982 or 4330664. OLE color: 4330664.
HSL color Cylindrical-coordinate representation of color #A81442: hue angle of 341.35º 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 #A81442 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 66 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.34 |
| HSL | 341.35º | 0.79% | 0.37% | - |
| HSV(B) | 341.35º | 0.88% | 0.66% | - |
| XYZ | 17.38 | 9.22 | 6.02 | - |
| YUV | 69.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 66 | 0 | 0.88 | 0.61 | 0.34 | 341.35 | 0.79 | 0.37 |
| Hex | A8 | 14 | 42 | 0 | 58 | 3D | 22 | 155 | 4F | 25 |
| Octal | 250 | 24 | 102 | 0 | 130 | 75 | 42 | 525 | 117 | 45 |
| Binary | 10101000 | 10100 | 1000010 | 0 | 1011000 | 111101 | 100010 | 101010101 | 1001111 | 100101 |
Color Harmonies of #A81442
Complementary color
Monochromatic Colors of #A81442
Black with #A81442
Text Example
Text Example
White with #A81442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81442; }
p { color: rgb(168,20,66); }
H1.HeaderClassName
{
color: #A81442;
}
.AnyTagClassName
{
color: #A81442;
}
</style>
background-color css
<style>
a { background-color: #A81442; }
a { background-color: rgb(168,20,66); }
div.DivClassName
{
background-color: #A81442;
}
.BgClassName
{
background-color: #A81442;
}
</style>
border-color css
<style>
span { border-color: #A81442; }
span { border-color: rgb(168,20,66); }
td.TdClassName
{
border-color: #A81442;
}
.TagClassName
{
border-color: #A81442;
}
</style>