Shades of Cardinal #AC273D
Tints of Cardinal #AC273D
RGB
CMYK
RGB Variations
Color information
#AC273D (or 0xAC273D) is known color: Cardinal. HEX triplet: AC, 27 and 3D. RGB value is (172,39,61). Sum of RGB (Red+Green+Blue) = 172+39+61=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC273D is #53D8C2. Grayscale: #515151. Windows color (decimal): -5494979 or 4007852. OLE color: 4007852.
HSL color Cylindrical-coordinate representation of color #AC273D: hue angle of 350.08º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC273D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 61 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.33 |
| HSL | 350.08º | 0.63% | 0.41% | - |
| HSV(B) | 350.08º | 0.77% | 0.67% | - |
| XYZ | 18.58 | 10.56 | 5.47 | - |
| YUV | 81.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 61 | 0 | 0.77 | 0.65 | 0.33 | 350.08 | 0.63 | 0.41 |
| Hex | AC | 27 | 3D | 0 | 4D | 41 | 21 | 15E | 3F | 29 |
| Octal | 254 | 47 | 75 | 0 | 115 | 101 | 41 | 536 | 77 | 51 |
| Binary | 10101100 | 100111 | 111101 | 0 | 1001101 | 1000001 | 100001 | 101011110 | 111111 | 101001 |
Color Harmonies of #AC273D
Complementary color
Monochromatic Colors of #AC273D
Black with #AC273D
Text Example
Text Example
White with #AC273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC273D; }
p { color: rgb(172,39,61); }
H1.HeaderClassName
{
color: #AC273D;
}
.AnyTagClassName
{
color: #AC273D;
}
</style>
background-color css
<style>
a { background-color: #AC273D; }
a { background-color: rgb(172,39,61); }
div.DivClassName
{
background-color: #AC273D;
}
.BgClassName
{
background-color: #AC273D;
}
</style>
border-color css
<style>
span { border-color: #AC273D; }
span { border-color: rgb(172,39,61); }
td.TdClassName
{
border-color: #AC273D;
}
.TagClassName
{
border-color: #AC273D;
}
</style>