Shades of Cardinal #A81133
Tints of Cardinal #A81133
RGB
CMYK
RGB Variations
Color information
#A81133 (or 0xA81133) is known color: Cardinal. HEX triplet: A8, 11 and 33. RGB value is (168,17,51). Sum of RGB (Red+Green+Blue) = 168+17+51=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A81133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81133 is #57EECC. Grayscale: #424242. Windows color (decimal): -5762765 or 3346856. OLE color: 3346856.
HSL color Cylindrical-coordinate representation of color #A81133: hue angle of 346.49º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81133 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 51 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.34 |
| HSL | 346.49º | 0.82% | 0.36% | - |
| HSV(B) | 346.49º | 0.9% | 0.66% | - |
| XYZ | 16.95 | 8.96 | 3.97 | - |
| YUV | 66.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 51 | 0 | 0.90 | 0.70 | 0.34 | 346.49 | 0.82 | 0.36 |
| Hex | A8 | 11 | 33 | 0 | 5A | 46 | 22 | 15A | 52 | 24 |
| Octal | 250 | 21 | 63 | 0 | 132 | 106 | 42 | 532 | 122 | 44 |
| Binary | 10101000 | 10001 | 110011 | 0 | 1011010 | 1000110 | 100010 | 101011010 | 1010010 | 100100 |
Color Harmonies of #A81133
Complementary color
Monochromatic Colors of #A81133
Black with #A81133
Text Example
Text Example
White with #A81133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81133; }
p { color: rgb(168,17,51); }
H1.HeaderClassName
{
color: #A81133;
}
.AnyTagClassName
{
color: #A81133;
}
</style>
background-color css
<style>
a { background-color: #A81133; }
a { background-color: rgb(168,17,51); }
div.DivClassName
{
background-color: #A81133;
}
.BgClassName
{
background-color: #A81133;
}
</style>
border-color css
<style>
span { border-color: #A81133; }
span { border-color: rgb(168,17,51); }
td.TdClassName
{
border-color: #A81133;
}
.TagClassName
{
border-color: #A81133;
}
</style>