Shades of Cardinal #AF112A
Tints of Cardinal #AF112A
RGB
CMYK
RGB Variations
Color information
#AF112A (or 0xAF112A) is known color: Cardinal. HEX triplet: AF, 11 and 2A. RGB value is (175,17,42). Sum of RGB (Red+Green+Blue) = 175+17+42=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF112A is #50EED5. Grayscale: #434343. Windows color (decimal): -5304022 or 2757039. OLE color: 2757039.
HSL color Cylindrical-coordinate representation of color #AF112A: hue angle of 350.51º 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 #AF112A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 42 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.31 |
| HSL | 350.51º | 0.82% | 0.38% | - |
| HSV(B) | 350.51º | 0.9% | 0.69% | - |
| XYZ | 18.3 | 9.68 | 3.09 | - |
| YUV | 67.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 42 | 0 | 0.90 | 0.76 | 0.31 | 350.51 | 0.82 | 0.38 |
| Hex | AF | 11 | 2A | 0 | 5A | 4C | 1F | 15F | 52 | 26 |
| Octal | 257 | 21 | 52 | 0 | 132 | 114 | 37 | 537 | 122 | 46 |
| Binary | 10101111 | 10001 | 101010 | 0 | 1011010 | 1001100 | 11111 | 101011111 | 1010010 | 100110 |
Color Harmonies of #AF112A
Complementary color
Monochromatic Colors of #AF112A
Black with #AF112A
Text Example
Text Example
White with #AF112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF112A; }
p { color: rgb(175,17,42); }
H1.HeaderClassName
{
color: #AF112A;
}
.AnyTagClassName
{
color: #AF112A;
}
</style>
background-color css
<style>
a { background-color: #AF112A; }
a { background-color: rgb(175,17,42); }
div.DivClassName
{
background-color: #AF112A;
}
.BgClassName
{
background-color: #AF112A;
}
</style>
border-color css
<style>
span { border-color: #AF112A; }
span { border-color: rgb(175,17,42); }
td.TdClassName
{
border-color: #AF112A;
}
.TagClassName
{
border-color: #AF112A;
}
</style>