Shades of Cardinal #A4153C
Tints of Cardinal #A4153C
RGB
CMYK
RGB Variations
Color information
#A4153C (or 0xA4153C) is known color: Cardinal. HEX triplet: A4, 15 and 3C. RGB value is (164,21,60). Sum of RGB (Red+Green+Blue) = 164+21+60=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4153C is #5BEAC3. Grayscale: #444444. Windows color (decimal): -6023876 or 3937700. OLE color: 3937700.
HSL color Cylindrical-coordinate representation of color #A4153C: hue angle of 343.64º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4153C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 60 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.36 |
| HSL | 343.64º | 0.77% | 0.36% | - |
| HSV(B) | 343.64º | 0.87% | 0.64% | - |
| XYZ | 16.39 | 8.76 | 5.1 | - |
| YUV | 68.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 60 | 0 | 0.87 | 0.63 | 0.36 | 343.64 | 0.77 | 0.36 |
| Hex | A4 | 15 | 3C | 0 | 57 | 3F | 24 | 158 | 4D | 24 |
| Octal | 244 | 25 | 74 | 0 | 127 | 77 | 44 | 530 | 115 | 44 |
| Binary | 10100100 | 10101 | 111100 | 0 | 1010111 | 111111 | 100100 | 101011000 | 1001101 | 100100 |
Color Harmonies of #A4153C
Complementary color
Monochromatic Colors of #A4153C
Black with #A4153C
Text Example
Text Example
White with #A4153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4153C; }
p { color: rgb(164,21,60); }
H1.HeaderClassName
{
color: #A4153C;
}
.AnyTagClassName
{
color: #A4153C;
}
</style>
background-color css
<style>
a { background-color: #A4153C; }
a { background-color: rgb(164,21,60); }
div.DivClassName
{
background-color: #A4153C;
}
.BgClassName
{
background-color: #A4153C;
}
</style>
border-color css
<style>
span { border-color: #A4153C; }
span { border-color: rgb(164,21,60); }
td.TdClassName
{
border-color: #A4153C;
}
.TagClassName
{
border-color: #A4153C;
}
</style>