Shades of Cardinal #AF112C
Tints of Cardinal #AF112C
RGB
CMYK
RGB Variations
Color information
#AF112C (or 0xAF112C) is known color: Cardinal. HEX triplet: AF, 11 and 2C. RGB value is (175,17,44). Sum of RGB (Red+Green+Blue) = 175+17+44=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF112C is #50EED3. Grayscale: #434343. Windows color (decimal): -5304020 or 2888111. OLE color: 2888111.
HSL color Cylindrical-coordinate representation of color #AF112C: hue angle of 349.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF112C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 44 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.31 |
| HSL | 349.75º | 0.82% | 0.38% | - |
| HSV(B) | 349.75º | 0.9% | 0.69% | - |
| XYZ | 18.33 | 9.7 | 3.29 | - |
| YUV | 67.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 44 | 0 | 0.90 | 0.75 | 0.31 | 349.75 | 0.82 | 0.38 |
| Hex | AF | 11 | 2C | 0 | 5A | 4B | 1F | 15E | 52 | 26 |
| Octal | 257 | 21 | 54 | 0 | 132 | 113 | 37 | 536 | 122 | 46 |
| Binary | 10101111 | 10001 | 101100 | 0 | 1011010 | 1001011 | 11111 | 101011110 | 1010010 | 100110 |
Color Harmonies of #AF112C
Complementary color
Monochromatic Colors of #AF112C
Black with #AF112C
Text Example
Text Example
White with #AF112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF112C; }
p { color: rgb(175,17,44); }
H1.HeaderClassName
{
color: #AF112C;
}
.AnyTagClassName
{
color: #AF112C;
}
</style>
background-color css
<style>
a { background-color: #AF112C; }
a { background-color: rgb(175,17,44); }
div.DivClassName
{
background-color: #AF112C;
}
.BgClassName
{
background-color: #AF112C;
}
</style>
border-color css
<style>
span { border-color: #AF112C; }
span { border-color: rgb(175,17,44); }
td.TdClassName
{
border-color: #AF112C;
}
.TagClassName
{
border-color: #AF112C;
}
</style>