Shades of Cardinal #AF112F
Tints of Cardinal #AF112F
RGB
CMYK
RGB Variations
Color information
#AF112F (or 0xAF112F) is known color: Cardinal. HEX triplet: AF, 11 and 2F. RGB value is (175,17,47). Sum of RGB (Red+Green+Blue) = 175+17+47=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF112F is #50EED0. Grayscale: #434343. Windows color (decimal): -5304017 or 3084719. OLE color: 3084719.
HSL color Cylindrical-coordinate representation of color #AF112F: hue angle of 348.61º 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 #AF112F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 47 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.31 |
| HSL | 348.61º | 0.82% | 0.38% | - |
| HSV(B) | 348.61º | 0.9% | 0.69% | - |
| XYZ | 18.39 | 9.72 | 3.6 | - |
| YUV | 67.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 47 | 0 | 0.90 | 0.73 | 0.31 | 348.61 | 0.82 | 0.38 |
| Hex | AF | 11 | 2F | 0 | 5A | 49 | 1F | 15D | 52 | 26 |
| Octal | 257 | 21 | 57 | 0 | 132 | 111 | 37 | 535 | 122 | 46 |
| Binary | 10101111 | 10001 | 101111 | 0 | 1011010 | 1001001 | 11111 | 101011101 | 1010010 | 100110 |
Color Harmonies of #AF112F
Complementary color
Monochromatic Colors of #AF112F
Black with #AF112F
Text Example
Text Example
White with #AF112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF112F; }
p { color: rgb(175,17,47); }
H1.HeaderClassName
{
color: #AF112F;
}
.AnyTagClassName
{
color: #AF112F;
}
</style>
background-color css
<style>
a { background-color: #AF112F; }
a { background-color: rgb(175,17,47); }
div.DivClassName
{
background-color: #AF112F;
}
.BgClassName
{
background-color: #AF112F;
}
</style>
border-color css
<style>
span { border-color: #AF112F; }
span { border-color: rgb(175,17,47); }
td.TdClassName
{
border-color: #AF112F;
}
.TagClassName
{
border-color: #AF112F;
}
</style>