Shades of Cardinal #A5163F
Tints of Cardinal #A5163F
RGB
CMYK
RGB Variations
Color information
#A5163F (or 0xA5163F) is known color: Cardinal. HEX triplet: A5, 16 and 3F. RGB value is (165,22,63). Sum of RGB (Red+Green+Blue) = 165+22+63=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A5163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5163F is #5AE9C0. Grayscale: #454545. Windows color (decimal): -5958081 or 4134565. OLE color: 4134565.
HSL color Cylindrical-coordinate representation of color #A5163F: hue angle of 342.8º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5163F is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 22 | 63 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.35 |
| HSL | 342.8º | 0.76% | 0.37% | - |
| HSV(B) | 342.8º | 0.87% | 0.65% | - |
| XYZ | 16.7 | 8.93 | 5.55 | - |
| YUV | 69.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 63 | 0 | 0.87 | 0.62 | 0.35 | 342.8 | 0.76 | 0.37 |
| Hex | A5 | 16 | 3F | 0 | 57 | 3E | 23 | 157 | 4C | 25 |
| Octal | 245 | 26 | 77 | 0 | 127 | 76 | 43 | 527 | 114 | 45 |
| Binary | 10100101 | 10110 | 111111 | 0 | 1010111 | 111110 | 100011 | 101010111 | 1001100 | 100101 |
Color Harmonies of #A5163F
Complementary color
Monochromatic Colors of #A5163F
Black with #A5163F
Text Example
Text Example
White with #A5163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5163F; }
p { color: rgb(165,22,63); }
H1.HeaderClassName
{
color: #A5163F;
}
.AnyTagClassName
{
color: #A5163F;
}
</style>
background-color css
<style>
a { background-color: #A5163F; }
a { background-color: rgb(165,22,63); }
div.DivClassName
{
background-color: #A5163F;
}
.BgClassName
{
background-color: #A5163F;
}
</style>
border-color css
<style>
span { border-color: #A5163F; }
span { border-color: rgb(165,22,63); }
td.TdClassName
{
border-color: #A5163F;
}
.TagClassName
{
border-color: #A5163F;
}
</style>