Shades of Cardinal #AF122E
Tints of Cardinal #AF122E
RGB
CMYK
RGB Variations
Color information
#AF122E (or 0xAF122E) is known color: Cardinal. HEX triplet: AF, 12 and 2E. RGB value is (175,18,46). Sum of RGB (Red+Green+Blue) = 175+18+46=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF122E is #50EDD1. Grayscale: #444444. Windows color (decimal): -5303762 or 3019439. OLE color: 3019439.
HSL color Cylindrical-coordinate representation of color #AF122E: hue angle of 349.3º degrees, saturation: 0.81, 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 #AF122E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 46 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.31 |
| HSL | 349.3º | 0.81% | 0.38% | - |
| HSV(B) | 349.3º | 0.9% | 0.69% | - |
| XYZ | 18.39 | 9.74 | 3.5 | - |
| YUV | 68.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 46 | 0 | 0.90 | 0.74 | 0.31 | 349.3 | 0.81 | 0.38 |
| Hex | AF | 12 | 2E | 0 | 5A | 4A | 1F | 15D | 51 | 26 |
| Octal | 257 | 22 | 56 | 0 | 132 | 112 | 37 | 535 | 121 | 46 |
| Binary | 10101111 | 10010 | 101110 | 0 | 1011010 | 1001010 | 11111 | 101011101 | 1010001 | 100110 |
Color Harmonies of #AF122E
Complementary color
Monochromatic Colors of #AF122E
Black with #AF122E
Text Example
Text Example
White with #AF122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF122E; }
p { color: rgb(175,18,46); }
H1.HeaderClassName
{
color: #AF122E;
}
.AnyTagClassName
{
color: #AF122E;
}
</style>
background-color css
<style>
a { background-color: #AF122E; }
a { background-color: rgb(175,18,46); }
div.DivClassName
{
background-color: #AF122E;
}
.BgClassName
{
background-color: #AF122E;
}
</style>
border-color css
<style>
span { border-color: #AF122E; }
span { border-color: rgb(175,18,46); }
td.TdClassName
{
border-color: #AF122E;
}
.TagClassName
{
border-color: #AF122E;
}
</style>