Shades of Cardinal #A81934
Tints of Cardinal #A81934
RGB
CMYK
RGB Variations
Color information
#A81934 (or 0xA81934) is known color: Cardinal. HEX triplet: A8, 19 and 34. RGB value is (168,25,52). Sum of RGB (Red+Green+Blue) = 168+25+52=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A81934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81934 is #57E6CB. Grayscale: #464646. Windows color (decimal): -5760716 or 3414440. OLE color: 3414440.
HSL color Cylindrical-coordinate representation of color #A81934: hue angle of 348.67º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81934 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 52 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.34 |
| HSL | 348.67º | 0.74% | 0.38% | - |
| HSV(B) | 348.67º | 0.85% | 0.66% | - |
| XYZ | 17.12 | 9.27 | 4.14 | - |
| YUV | 70.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 52 | 0 | 0.85 | 0.69 | 0.34 | 348.67 | 0.74 | 0.38 |
| Hex | A8 | 19 | 34 | 0 | 55 | 45 | 22 | 15D | 4A | 26 |
| Octal | 250 | 31 | 64 | 0 | 125 | 105 | 42 | 535 | 112 | 46 |
| Binary | 10101000 | 11001 | 110100 | 0 | 1010101 | 1000101 | 100010 | 101011101 | 1001010 | 100110 |
Color Harmonies of #A81934
Complementary color
Monochromatic Colors of #A81934
Black with #A81934
Text Example
Text Example
White with #A81934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81934; }
p { color: rgb(168,25,52); }
H1.HeaderClassName
{
color: #A81934;
}
.AnyTagClassName
{
color: #A81934;
}
</style>
background-color css
<style>
a { background-color: #A81934; }
a { background-color: rgb(168,25,52); }
div.DivClassName
{
background-color: #A81934;
}
.BgClassName
{
background-color: #A81934;
}
</style>
border-color css
<style>
span { border-color: #A81934; }
span { border-color: rgb(168,25,52); }
td.TdClassName
{
border-color: #A81934;
}
.TagClassName
{
border-color: #A81934;
}
</style>