Shades of Cardinal #AF2029
Tints of Cardinal #AF2029
RGB
CMYK
RGB Variations
Color information
#AF2029 (or 0xAF2029) is known color: Cardinal. HEX triplet: AF, 20 and 29. RGB value is (175,32,41). Sum of RGB (Red+Green+Blue) = 175+32+41=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2029 is #50DFD6. Grayscale: #4B4B4B. Windows color (decimal): -5300183 or 2695343. OLE color: 2695343.
HSL color Cylindrical-coordinate representation of color #AF2029: hue angle of 356.22º 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 #AF2029 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 41 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.31 |
| HSL | 356.22º | 0.69% | 0.41% | - |
| HSV(B) | 356.22º | 0.82% | 0.69% | - |
| XYZ | 18.6 | 10.31 | 3.11 | - |
| YUV | 75.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 41 | 0 | 0.82 | 0.77 | 0.31 | 356.22 | 0.69 | 0.41 |
| Hex | AF | 20 | 29 | 0 | 52 | 4D | 1F | 164 | 45 | 29 |
| Octal | 257 | 40 | 51 | 0 | 122 | 115 | 37 | 544 | 105 | 51 |
| Binary | 10101111 | 100000 | 101001 | 0 | 1010010 | 1001101 | 11111 | 101100100 | 1000101 | 101001 |
Color Harmonies of #AF2029
Complementary color
Monochromatic Colors of #AF2029
Black with #AF2029
Text Example
Text Example
White with #AF2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2029; }
p { color: rgb(175,32,41); }
H1.HeaderClassName
{
color: #AF2029;
}
.AnyTagClassName
{
color: #AF2029;
}
</style>
background-color css
<style>
a { background-color: #AF2029; }
a { background-color: rgb(175,32,41); }
div.DivClassName
{
background-color: #AF2029;
}
.BgClassName
{
background-color: #AF2029;
}
</style>
border-color css
<style>
span { border-color: #AF2029; }
span { border-color: rgb(175,32,41); }
td.TdClassName
{
border-color: #AF2029;
}
.TagClassName
{
border-color: #AF2029;
}
</style>