Shades of Cardinal #A81733
Tints of Cardinal #A81733
RGB
CMYK
RGB Variations
Color information
#A81733 (or 0xA81733) is known color: Cardinal. HEX triplet: A8, 17 and 33. RGB value is (168,23,51). Sum of RGB (Red+Green+Blue) = 168+23+51=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A81733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81733 is #57E8CC. Grayscale: #454545. Windows color (decimal): -5761229 or 3348392. OLE color: 3348392.
HSL color Cylindrical-coordinate representation of color #A81733: hue angle of 348.41º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81733 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 51 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.34 |
| HSL | 348.41º | 0.76% | 0.37% | - |
| HSV(B) | 348.41º | 0.86% | 0.66% | - |
| XYZ | 17.05 | 9.18 | 4 | - |
| YUV | 69.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 51 | 0 | 0.86 | 0.70 | 0.34 | 348.41 | 0.76 | 0.37 |
| Hex | A8 | 17 | 33 | 0 | 56 | 46 | 22 | 15C | 4C | 25 |
| Octal | 250 | 27 | 63 | 0 | 126 | 106 | 42 | 534 | 114 | 45 |
| Binary | 10101000 | 10111 | 110011 | 0 | 1010110 | 1000110 | 100010 | 101011100 | 1001100 | 100101 |
Color Harmonies of #A81733
Complementary color
Monochromatic Colors of #A81733
Black with #A81733
Text Example
Text Example
White with #A81733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81733; }
p { color: rgb(168,23,51); }
H1.HeaderClassName
{
color: #A81733;
}
.AnyTagClassName
{
color: #A81733;
}
</style>
background-color css
<style>
a { background-color: #A81733; }
a { background-color: rgb(168,23,51); }
div.DivClassName
{
background-color: #A81733;
}
.BgClassName
{
background-color: #A81733;
}
</style>
border-color css
<style>
span { border-color: #A81733; }
span { border-color: rgb(168,23,51); }
td.TdClassName
{
border-color: #A81733;
}
.TagClassName
{
border-color: #A81733;
}
</style>