Shades of Cardinal #AC263C
Tints of Cardinal #AC263C
RGB
CMYK
RGB Variations
Color information
#AC263C (or 0xAC263C) is known color: Cardinal. HEX triplet: AC, 26 and 3C. RGB value is (172,38,60). Sum of RGB (Red+Green+Blue) = 172+38+60=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC263C is #53D9C3. Grayscale: #505050. Windows color (decimal): -5495236 or 3942060. OLE color: 3942060.
HSL color Cylindrical-coordinate representation of color #AC263C: hue angle of 350.15º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC263C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 60 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.33 |
| HSL | 350.15º | 0.64% | 0.41% | - |
| HSV(B) | 350.15º | 0.78% | 0.67% | - |
| XYZ | 18.52 | 10.48 | 5.32 | - |
| YUV | 80.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 60 | 0 | 0.78 | 0.65 | 0.33 | 350.15 | 0.64 | 0.41 |
| Hex | AC | 26 | 3C | 0 | 4E | 41 | 21 | 15E | 40 | 29 |
| Octal | 254 | 46 | 74 | 0 | 116 | 101 | 41 | 536 | 100 | 51 |
| Binary | 10101100 | 100110 | 111100 | 0 | 1001110 | 1000001 | 100001 | 101011110 | 1000000 | 101001 |
Color Harmonies of #AC263C
Complementary color
Monochromatic Colors of #AC263C
Black with #AC263C
Text Example
Text Example
White with #AC263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC263C; }
p { color: rgb(172,38,60); }
H1.HeaderClassName
{
color: #AC263C;
}
.AnyTagClassName
{
color: #AC263C;
}
</style>
background-color css
<style>
a { background-color: #AC263C; }
a { background-color: rgb(172,38,60); }
div.DivClassName
{
background-color: #AC263C;
}
.BgClassName
{
background-color: #AC263C;
}
</style>
border-color css
<style>
span { border-color: #AC263C; }
span { border-color: rgb(172,38,60); }
td.TdClassName
{
border-color: #AC263C;
}
.TagClassName
{
border-color: #AC263C;
}
</style>