Shades of Cardinal #AF1946
Tints of Cardinal #AF1946
RGB
CMYK
RGB Variations
Color information
#AF1946 (or 0xAF1946) is known color: Cardinal. HEX triplet: AF, 19 and 46. RGB value is (175,25,70). Sum of RGB (Red+Green+Blue) = 175+25+70=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1946 is #50E6B9. Grayscale: #4A4A4A. Windows color (decimal): -5301946 or 4594095. OLE color: 4594095.
HSL color Cylindrical-coordinate representation of color #AF1946: hue angle of 342º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1946 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 70 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.31 |
| HSL | 342º | 0.75% | 0.39% | - |
| HSV(B) | 342º | 0.86% | 0.69% | - |
| XYZ | 19.13 | 10.25 | 6.76 | - |
| YUV | 74.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 70 | 0 | 0.86 | 0.60 | 0.31 | 342 | 0.75 | 0.39 |
| Hex | AF | 19 | 46 | 0 | 56 | 3C | 1F | 156 | 4B | 27 |
| Octal | 257 | 31 | 106 | 0 | 126 | 74 | 37 | 526 | 113 | 47 |
| Binary | 10101111 | 11001 | 1000110 | 0 | 1010110 | 111100 | 11111 | 101010110 | 1001011 | 100111 |
Color Harmonies of #AF1946
Complementary color
Monochromatic Colors of #AF1946
Black with #AF1946
Text Example
Text Example
White with #AF1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1946; }
p { color: rgb(175,25,70); }
H1.HeaderClassName
{
color: #AF1946;
}
.AnyTagClassName
{
color: #AF1946;
}
</style>
background-color css
<style>
a { background-color: #AF1946; }
a { background-color: rgb(175,25,70); }
div.DivClassName
{
background-color: #AF1946;
}
.BgClassName
{
background-color: #AF1946;
}
</style>
border-color css
<style>
span { border-color: #AF1946; }
span { border-color: rgb(175,25,70); }
td.TdClassName
{
border-color: #AF1946;
}
.TagClassName
{
border-color: #AF1946;
}
</style>