Shades of Cardinal #AC1A39
Tints of Cardinal #AC1A39
RGB
CMYK
RGB Variations
Color information
#AC1A39 (or 0xAC1A39) is known color: Cardinal. HEX triplet: AC, 1A and 39. RGB value is (172,26,57). Sum of RGB (Red+Green+Blue) = 172+26+57=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A39 is #53E5C6. Grayscale: #494949. Windows color (decimal): -5498311 or 3742380. OLE color: 3742380.
HSL color Cylindrical-coordinate representation of color #AC1A39: hue angle of 347.26º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A39 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 57 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.33 |
| HSL | 347.26º | 0.74% | 0.39% | - |
| HSV(B) | 347.26º | 0.85% | 0.67% | - |
| XYZ | 18.12 | 9.8 | 4.81 | - |
| YUV | 73.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 57 | 0 | 0.85 | 0.67 | 0.33 | 347.26 | 0.74 | 0.39 |
| Hex | AC | 1A | 39 | 0 | 55 | 43 | 21 | 15B | 4A | 27 |
| Octal | 254 | 32 | 71 | 0 | 125 | 103 | 41 | 533 | 112 | 47 |
| Binary | 10101100 | 11010 | 111001 | 0 | 1010101 | 1000011 | 100001 | 101011011 | 1001010 | 100111 |
Color Harmonies of #AC1A39
Complementary color
Monochromatic Colors of #AC1A39
Black with #AC1A39
Text Example
Text Example
White with #AC1A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A39; }
p { color: rgb(172,26,57); }
H1.HeaderClassName
{
color: #AC1A39;
}
.AnyTagClassName
{
color: #AC1A39;
}
</style>
background-color css
<style>
a { background-color: #AC1A39; }
a { background-color: rgb(172,26,57); }
div.DivClassName
{
background-color: #AC1A39;
}
.BgClassName
{
background-color: #AC1A39;
}
</style>
border-color css
<style>
span { border-color: #AC1A39; }
span { border-color: rgb(172,26,57); }
td.TdClassName
{
border-color: #AC1A39;
}
.TagClassName
{
border-color: #AC1A39;
}
</style>