Shades of Cardinal #AC2340
Tints of Cardinal #AC2340
RGB
CMYK
RGB Variations
Color information
#AC2340 (or 0xAC2340) is known color: Cardinal. HEX triplet: AC, 23 and 40. RGB value is (172,35,64). Sum of RGB (Red+Green+Blue) = 172+35+64=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2340 is #53DCBF. Grayscale: #4F4F4F. Windows color (decimal): -5496000 or 4203436. OLE color: 4203436.
HSL color Cylindrical-coordinate representation of color #AC2340: hue angle of 347.3º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2340 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 64 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.33 |
| HSL | 347.3º | 0.66% | 0.41% | - |
| HSV(B) | 347.3º | 0.8% | 0.67% | - |
| XYZ | 18.54 | 10.34 | 5.87 | - |
| YUV | 79.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 64 | 0 | 0.80 | 0.63 | 0.33 | 347.3 | 0.66 | 0.41 |
| Hex | AC | 23 | 40 | 0 | 50 | 3F | 21 | 15B | 42 | 29 |
| Octal | 254 | 43 | 100 | 0 | 120 | 77 | 41 | 533 | 102 | 51 |
| Binary | 10101100 | 100011 | 1000000 | 0 | 1010000 | 111111 | 100001 | 101011011 | 1000010 | 101001 |
Color Harmonies of #AC2340
Complementary color
Monochromatic Colors of #AC2340
Black with #AC2340
Text Example
Text Example
White with #AC2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2340; }
p { color: rgb(172,35,64); }
H1.HeaderClassName
{
color: #AC2340;
}
.AnyTagClassName
{
color: #AC2340;
}
</style>
background-color css
<style>
a { background-color: #AC2340; }
a { background-color: rgb(172,35,64); }
div.DivClassName
{
background-color: #AC2340;
}
.BgClassName
{
background-color: #AC2340;
}
</style>
border-color css
<style>
span { border-color: #AC2340; }
span { border-color: rgb(172,35,64); }
td.TdClassName
{
border-color: #AC2340;
}
.TagClassName
{
border-color: #AC2340;
}
</style>