Shades of Cardinal #A81933
Tints of Cardinal #A81933
RGB
CMYK
RGB Variations
Color information
#A81933 (or 0xA81933) is known color: Cardinal. HEX triplet: A8, 19 and 33. RGB value is (168,25,51). Sum of RGB (Red+Green+Blue) = 168+25+51=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A81933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81933 is #57E6CC. Grayscale: #464646. Windows color (decimal): -5760717 or 3348904. OLE color: 3348904.
HSL color Cylindrical-coordinate representation of color #A81933: hue angle of 349.09º 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 #A81933 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 51 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.34 |
| HSL | 349.09º | 0.74% | 0.38% | - |
| HSV(B) | 349.09º | 0.85% | 0.66% | - |
| XYZ | 17.09 | 9.26 | 4.02 | - |
| YUV | 70.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 51 | 0 | 0.85 | 0.70 | 0.34 | 349.09 | 0.74 | 0.38 |
| Hex | A8 | 19 | 33 | 0 | 55 | 46 | 22 | 15D | 4A | 26 |
| Octal | 250 | 31 | 63 | 0 | 125 | 106 | 42 | 535 | 112 | 46 |
| Binary | 10101000 | 11001 | 110011 | 0 | 1010101 | 1000110 | 100010 | 101011101 | 1001010 | 100110 |
Color Harmonies of #A81933
Complementary color
Monochromatic Colors of #A81933
Black with #A81933
Text Example
Text Example
White with #A81933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81933; }
p { color: rgb(168,25,51); }
H1.HeaderClassName
{
color: #A81933;
}
.AnyTagClassName
{
color: #A81933;
}
</style>
background-color css
<style>
a { background-color: #A81933; }
a { background-color: rgb(168,25,51); }
div.DivClassName
{
background-color: #A81933;
}
.BgClassName
{
background-color: #A81933;
}
</style>
border-color css
<style>
span { border-color: #A81933; }
span { border-color: rgb(168,25,51); }
td.TdClassName
{
border-color: #A81933;
}
.TagClassName
{
border-color: #A81933;
}
</style>