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