Shades of Cardinal #AC1F3E
Tints of Cardinal #AC1F3E
RGB
CMYK
RGB Variations
Color information
#AC1F3E (or 0xAC1F3E) is known color: Cardinal. HEX triplet: AC, 1F and 3E. RGB value is (172,31,62). Sum of RGB (Red+Green+Blue) = 172+31+62=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F3E is #53E0C1. Grayscale: #4C4C4C. Windows color (decimal): -5497026 or 4071340. OLE color: 4071340.
HSL color Cylindrical-coordinate representation of color #AC1F3E: hue angle of 346.81º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F3E is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 62 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.33 |
| HSL | 346.81º | 0.69% | 0.4% | - |
| HSV(B) | 346.81º | 0.82% | 0.67% | - |
| XYZ | 18.37 | 10.1 | 5.54 | - |
| YUV | 76.69 | 119.71 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 62 | 0 | 0.82 | 0.64 | 0.33 | 346.81 | 0.69 | 0.4 |
| Hex | AC | 1F | 3E | 0 | 52 | 40 | 21 | 15B | 45 | 28 |
| Octal | 254 | 37 | 76 | 0 | 122 | 100 | 41 | 533 | 105 | 50 |
| Binary | 10101100 | 11111 | 111110 | 0 | 1010010 | 1000000 | 100001 | 101011011 | 1000101 | 101000 |
Color Harmonies of #AC1F3E
Complementary color
Monochromatic Colors of #AC1F3E
Black with #AC1F3E
Text Example
Text Example
White with #AC1F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F3E; }
p { color: rgb(172,31,62); }
H1.HeaderClassName
{
color: #AC1F3E;
}
.AnyTagClassName
{
color: #AC1F3E;
}
</style>
background-color css
<style>
a { background-color: #AC1F3E; }
a { background-color: rgb(172,31,62); }
div.DivClassName
{
background-color: #AC1F3E;
}
.BgClassName
{
background-color: #AC1F3E;
}
</style>
border-color css
<style>
span { border-color: #AC1F3E; }
span { border-color: rgb(172,31,62); }
td.TdClassName
{
border-color: #AC1F3E;
}
.TagClassName
{
border-color: #AC1F3E;
}
</style>