Shades of Cardinal #AF2042
Tints of Cardinal #AF2042
RGB
CMYK
RGB Variations
Color information
#AF2042 (or 0xAF2042) is known color: Cardinal. HEX triplet: AF, 20 and 42. RGB value is (175,32,66). Sum of RGB (Red+Green+Blue) = 175+32+66=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2042 is #50DFBD. Grayscale: #4E4E4E. Windows color (decimal): -5300158 or 4333743. OLE color: 4333743.
HSL color Cylindrical-coordinate representation of color #AF2042: hue angle of 345.73º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2042 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 66 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.31 |
| HSL | 345.73º | 0.69% | 0.41% | - |
| HSV(B) | 345.73º | 0.82% | 0.69% | - |
| XYZ | 19.18 | 10.54 | 6.18 | - |
| YUV | 78.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 66 | 0 | 0.82 | 0.62 | 0.31 | 345.73 | 0.69 | 0.41 |
| Hex | AF | 20 | 42 | 0 | 52 | 3E | 1F | 15A | 45 | 29 |
| Octal | 257 | 40 | 102 | 0 | 122 | 76 | 37 | 532 | 105 | 51 |
| Binary | 10101111 | 100000 | 1000010 | 0 | 1010010 | 111110 | 11111 | 101011010 | 1000101 | 101001 |
Color Harmonies of #AF2042
Complementary color
Monochromatic Colors of #AF2042
Black with #AF2042
Text Example
Text Example
White with #AF2042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2042; }
p { color: rgb(175,32,66); }
H1.HeaderClassName
{
color: #AF2042;
}
.AnyTagClassName
{
color: #AF2042;
}
</style>
background-color css
<style>
a { background-color: #AF2042; }
a { background-color: rgb(175,32,66); }
div.DivClassName
{
background-color: #AF2042;
}
.BgClassName
{
background-color: #AF2042;
}
</style>
border-color css
<style>
span { border-color: #AF2042; }
span { border-color: rgb(175,32,66); }
td.TdClassName
{
border-color: #AF2042;
}
.TagClassName
{
border-color: #AF2042;
}
</style>