Shades of Cardinal #A5163C
Tints of Cardinal #A5163C
RGB
CMYK
RGB Variations
Color information
#A5163C (or 0xA5163C) is known color: Cardinal. HEX triplet: A5, 16 and 3C. RGB value is (165,22,60). Sum of RGB (Red+Green+Blue) = 165+22+60=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5163C is #5AE9C3. Grayscale: #454545. Windows color (decimal): -5958084 or 3937957. OLE color: 3937957.
HSL color Cylindrical-coordinate representation of color #A5163C: hue angle of 344.06º 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 #A5163C is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 22 | 60 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.35 |
| HSL | 344.06º | 0.76% | 0.37% | - |
| HSV(B) | 344.06º | 0.87% | 0.65% | - |
| XYZ | 16.62 | 8.9 | 5.12 | - |
| YUV | 69.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 60 | 0 | 0.87 | 0.64 | 0.35 | 344.06 | 0.76 | 0.37 |
| Hex | A5 | 16 | 3C | 0 | 57 | 40 | 23 | 158 | 4C | 25 |
| Octal | 245 | 26 | 74 | 0 | 127 | 100 | 43 | 530 | 114 | 45 |
| Binary | 10100101 | 10110 | 111100 | 0 | 1010111 | 1000000 | 100011 | 101011000 | 1001100 | 100101 |
Color Harmonies of #A5163C
Complementary color
Monochromatic Colors of #A5163C
Black with #A5163C
Text Example
Text Example
White with #A5163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5163C; }
p { color: rgb(165,22,60); }
H1.HeaderClassName
{
color: #A5163C;
}
.AnyTagClassName
{
color: #A5163C;
}
</style>
background-color css
<style>
a { background-color: #A5163C; }
a { background-color: rgb(165,22,60); }
div.DivClassName
{
background-color: #A5163C;
}
.BgClassName
{
background-color: #A5163C;
}
</style>
border-color css
<style>
span { border-color: #A5163C; }
span { border-color: rgb(165,22,60); }
td.TdClassName
{
border-color: #A5163C;
}
.TagClassName
{
border-color: #A5163C;
}
</style>