Shades of Cardinal #AF1246
Tints of Cardinal #AF1246
RGB
CMYK
RGB Variations
Color information
#AF1246 (or 0xAF1246) is known color: Cardinal. HEX triplet: AF, 12 and 46. RGB value is (175,18,70). Sum of RGB (Red+Green+Blue) = 175+18+70=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1246 is #50EDB9. Grayscale: #464646. Windows color (decimal): -5303738 or 4592303. OLE color: 4592303.
HSL color Cylindrical-coordinate representation of color #AF1246: hue angle of 340.13º 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 #AF1246 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 70 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.31 |
| HSL | 340.13º | 0.81% | 0.38% | - |
| HSV(B) | 340.13º | 0.9% | 0.69% | - |
| XYZ | 19 | 9.99 | 6.72 | - |
| YUV | 70.87 | 127.51 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 70 | 0 | 0.90 | 0.60 | 0.31 | 340.13 | 0.81 | 0.38 |
| Hex | AF | 12 | 46 | 0 | 5A | 3C | 1F | 154 | 51 | 26 |
| Octal | 257 | 22 | 106 | 0 | 132 | 74 | 37 | 524 | 121 | 46 |
| Binary | 10101111 | 10010 | 1000110 | 0 | 1011010 | 111100 | 11111 | 101010100 | 1010001 | 100110 |
Color Harmonies of #AF1246
Complementary color
Monochromatic Colors of #AF1246
Black with #AF1246
Text Example
Text Example
White with #AF1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1246; }
p { color: rgb(175,18,70); }
H1.HeaderClassName
{
color: #AF1246;
}
.AnyTagClassName
{
color: #AF1246;
}
</style>
background-color css
<style>
a { background-color: #AF1246; }
a { background-color: rgb(175,18,70); }
div.DivClassName
{
background-color: #AF1246;
}
.BgClassName
{
background-color: #AF1246;
}
</style>
border-color css
<style>
span { border-color: #AF1246; }
span { border-color: rgb(175,18,70); }
td.TdClassName
{
border-color: #AF1246;
}
.TagClassName
{
border-color: #AF1246;
}
</style>