Shades of Cardinal #A5143C
Tints of Cardinal #A5143C
RGB
CMYK
RGB Variations
Color information
#A5143C (or 0xA5143C) is known color: Cardinal. HEX triplet: A5, 14 and 3C. RGB value is (165,20,60). Sum of RGB (Red+Green+Blue) = 165+20+60=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5143C is #5AEBC3. Grayscale: #434343. Windows color (decimal): -5958596 or 3937445. OLE color: 3937445.
HSL color Cylindrical-coordinate representation of color #A5143C: hue angle of 343.45º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5143C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 60 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.35 |
| HSL | 343.45º | 0.78% | 0.36% | - |
| HSV(B) | 343.45º | 0.88% | 0.65% | - |
| XYZ | 16.58 | 8.83 | 5.1 | - |
| YUV | 67.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 60 | 0 | 0.88 | 0.64 | 0.35 | 343.45 | 0.78 | 0.36 |
| Hex | A5 | 14 | 3C | 0 | 58 | 40 | 23 | 157 | 4E | 24 |
| Octal | 245 | 24 | 74 | 0 | 130 | 100 | 43 | 527 | 116 | 44 |
| Binary | 10100101 | 10100 | 111100 | 0 | 1011000 | 1000000 | 100011 | 101010111 | 1001110 | 100100 |
Color Harmonies of #A5143C
Complementary color
Monochromatic Colors of #A5143C
Black with #A5143C
Text Example
Text Example
White with #A5143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5143C; }
p { color: rgb(165,20,60); }
H1.HeaderClassName
{
color: #A5143C;
}
.AnyTagClassName
{
color: #A5143C;
}
</style>
background-color css
<style>
a { background-color: #A5143C; }
a { background-color: rgb(165,20,60); }
div.DivClassName
{
background-color: #A5143C;
}
.BgClassName
{
background-color: #A5143C;
}
</style>
border-color css
<style>
span { border-color: #A5143C; }
span { border-color: rgb(165,20,60); }
td.TdClassName
{
border-color: #A5143C;
}
.TagClassName
{
border-color: #A5143C;
}
</style>