Shades of Cardinal #AF122B
Tints of Cardinal #AF122B
RGB
CMYK
RGB Variations
Color information
#AF122B (or 0xAF122B) is known color: Cardinal. HEX triplet: AF, 12 and 2B. RGB value is (175,18,43). Sum of RGB (Red+Green+Blue) = 175+18+43=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF122B is #50EDD4. Grayscale: #434343. Windows color (decimal): -5303765 or 2822831. OLE color: 2822831.
HSL color Cylindrical-coordinate representation of color #AF122B: hue angle of 350.45º 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 #AF122B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 43 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.31 |
| HSL | 350.45º | 0.81% | 0.38% | - |
| HSV(B) | 350.45º | 0.9% | 0.69% | - |
| XYZ | 18.33 | 9.72 | 3.2 | - |
| YUV | 67.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 43 | 0 | 0.90 | 0.75 | 0.31 | 350.45 | 0.81 | 0.38 |
| Hex | AF | 12 | 2B | 0 | 5A | 4B | 1F | 15E | 51 | 26 |
| Octal | 257 | 22 | 53 | 0 | 132 | 113 | 37 | 536 | 121 | 46 |
| Binary | 10101111 | 10010 | 101011 | 0 | 1011010 | 1001011 | 11111 | 101011110 | 1010001 | 100110 |
Color Harmonies of #AF122B
Complementary color
Monochromatic Colors of #AF122B
Black with #AF122B
Text Example
Text Example
White with #AF122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF122B; }
p { color: rgb(175,18,43); }
H1.HeaderClassName
{
color: #AF122B;
}
.AnyTagClassName
{
color: #AF122B;
}
</style>
background-color css
<style>
a { background-color: #AF122B; }
a { background-color: rgb(175,18,43); }
div.DivClassName
{
background-color: #AF122B;
}
.BgClassName
{
background-color: #AF122B;
}
</style>
border-color css
<style>
span { border-color: #AF122B; }
span { border-color: rgb(175,18,43); }
td.TdClassName
{
border-color: #AF122B;
}
.TagClassName
{
border-color: #AF122B;
}
</style>