Shades of Cardinal #AF1346
Tints of Cardinal #AF1346
RGB
CMYK
RGB Variations
Color information
#AF1346 (or 0xAF1346) is known color: Cardinal. HEX triplet: AF, 13 and 46. RGB value is (175,19,70). Sum of RGB (Red+Green+Blue) = 175+19+70=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1346 is #50ECB9. Grayscale: #474747. Windows color (decimal): -5303482 or 4592559. OLE color: 4592559.
HSL color Cylindrical-coordinate representation of color #AF1346: hue angle of 340.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1346 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 70 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.31 |
| HSL | 340.38º | 0.8% | 0.38% | - |
| HSV(B) | 340.38º | 0.89% | 0.69% | - |
| XYZ | 19.02 | 10.02 | 6.73 | - |
| YUV | 71.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 70 | 0 | 0.89 | 0.60 | 0.31 | 340.38 | 0.8 | 0.38 |
| Hex | AF | 13 | 46 | 0 | 59 | 3C | 1F | 154 | 50 | 26 |
| Octal | 257 | 23 | 106 | 0 | 131 | 74 | 37 | 524 | 120 | 46 |
| Binary | 10101111 | 10011 | 1000110 | 0 | 1011001 | 111100 | 11111 | 101010100 | 1010000 | 100110 |
Color Harmonies of #AF1346
Complementary color
Monochromatic Colors of #AF1346
Black with #AF1346
Text Example
Text Example
White with #AF1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1346; }
p { color: rgb(175,19,70); }
H1.HeaderClassName
{
color: #AF1346;
}
.AnyTagClassName
{
color: #AF1346;
}
</style>
background-color css
<style>
a { background-color: #AF1346; }
a { background-color: rgb(175,19,70); }
div.DivClassName
{
background-color: #AF1346;
}
.BgClassName
{
background-color: #AF1346;
}
</style>
border-color css
<style>
span { border-color: #AF1346; }
span { border-color: rgb(175,19,70); }
td.TdClassName
{
border-color: #AF1346;
}
.TagClassName
{
border-color: #AF1346;
}
</style>