Shades of Cardinal #AF112B
Tints of Cardinal #AF112B
RGB
CMYK
RGB Variations
Color information
#AF112B (or 0xAF112B) is known color: Cardinal. HEX triplet: AF, 11 and 2B. RGB value is (175,17,43). Sum of RGB (Red+Green+Blue) = 175+17+43=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF112B is #50EED4. Grayscale: #434343. Windows color (decimal): -5304021 or 2822575. OLE color: 2822575.
HSL color Cylindrical-coordinate representation of color #AF112B: hue angle of 350.13º 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 #AF112B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 43 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.31 |
| HSL | 350.13º | 0.82% | 0.38% | - |
| HSV(B) | 350.13º | 0.9% | 0.69% | - |
| XYZ | 18.32 | 9.69 | 3.19 | - |
| YUV | 67.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 43 | 0 | 0.90 | 0.75 | 0.31 | 350.13 | 0.82 | 0.38 |
| Hex | AF | 11 | 2B | 0 | 5A | 4B | 1F | 15E | 52 | 26 |
| Octal | 257 | 21 | 53 | 0 | 132 | 113 | 37 | 536 | 122 | 46 |
| Binary | 10101111 | 10001 | 101011 | 0 | 1011010 | 1001011 | 11111 | 101011110 | 1010010 | 100110 |
Color Harmonies of #AF112B
Complementary color
Monochromatic Colors of #AF112B
Black with #AF112B
Text Example
Text Example
White with #AF112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF112B; }
p { color: rgb(175,17,43); }
H1.HeaderClassName
{
color: #AF112B;
}
.AnyTagClassName
{
color: #AF112B;
}
</style>
background-color css
<style>
a { background-color: #AF112B; }
a { background-color: rgb(175,17,43); }
div.DivClassName
{
background-color: #AF112B;
}
.BgClassName
{
background-color: #AF112B;
}
</style>
border-color css
<style>
span { border-color: #AF112B; }
span { border-color: rgb(175,17,43); }
td.TdClassName
{
border-color: #AF112B;
}
.TagClassName
{
border-color: #AF112B;
}
</style>