Shades of Cardinal #AC153C
Tints of Cardinal #AC153C
RGB
CMYK
RGB Variations
Color information
#AC153C (or 0xAC153C) is known color: Cardinal. HEX triplet: AC, 15 and 3C. RGB value is (172,21,60). Sum of RGB (Red+Green+Blue) = 172+21+60=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC153C is #53EAC3. Grayscale: #464646. Windows color (decimal): -5499588 or 3937708. OLE color: 3937708.
HSL color Cylindrical-coordinate representation of color #AC153C: hue angle of 344.5º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC153C is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 21 | 60 | - |
CMYK | 0 | 0.88 | 0.65 | 0.33 |
HSL | 344.5º | 0.78% | 0.38% | - |
HSV(B) | 344.5º | 0.88% | 0.67% | - |
XYZ | 18.1 | 9.63 | 5.18 | - |
YUV | 70.6 | 122.03 | 200.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 21 | 60 | 0 | 0.88 | 0.65 | 0.33 | 344.5 | 0.78 | 0.38 |
Hex | AC | 15 | 3C | 0 | 58 | 41 | 21 | 159 | 4E | 26 |
Octal | 254 | 25 | 74 | 0 | 130 | 101 | 41 | 531 | 116 | 46 |
Binary | 10101100 | 10101 | 111100 | 0 | 1011000 | 1000001 | 100001 | 101011001 | 1001110 | 100110 |
Color Harmonies of #AC153C
Complementary color
Monochromatic Colors of #AC153C
Black with #AC153C
Text Example
Text Example
White with #AC153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC153C; }
p { color: rgb(172,21,60); }
H1.HeaderClassName
{
color: #AC153C;
}
.AnyTagClassName
{
color: #AC153C;
}
</style>
background-color css
<style>
a { background-color: #AC153C; }
a { background-color: rgb(172,21,60); }
div.DivClassName
{
background-color: #AC153C;
}
.BgClassName
{
background-color: #AC153C;
}
</style>
border-color css
<style>
span { border-color: #AC153C; }
span { border-color: rgb(172,21,60); }
td.TdClassName
{
border-color: #AC153C;
}
.TagClassName
{
border-color: #AC153C;
}
</style>