Shades of Cardinal #AF202A
Tints of Cardinal #AF202A
RGB
CMYK
RGB Variations
Color information
#AF202A (or 0xAF202A) is known color: Cardinal. HEX triplet: AF, 20 and 2A. RGB value is (175,32,42). Sum of RGB (Red+Green+Blue) = 175+32+42=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF202A is #50DFD5. Grayscale: #4C4C4C. Windows color (decimal): -5300182 or 2760879. OLE color: 2760879.
HSL color Cylindrical-coordinate representation of color #AF202A: hue angle of 355.8º 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 #AF202A is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 42 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.31 |
| HSL | 355.8º | 0.69% | 0.41% | - |
| HSV(B) | 355.8º | 0.82% | 0.69% | - |
| XYZ | 18.61 | 10.31 | 3.2 | - |
| YUV | 75.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 42 | 0 | 0.82 | 0.76 | 0.31 | 355.8 | 0.69 | 0.41 |
| Hex | AF | 20 | 2A | 0 | 52 | 4C | 1F | 164 | 45 | 29 |
| Octal | 257 | 40 | 52 | 0 | 122 | 114 | 37 | 544 | 105 | 51 |
| Binary | 10101111 | 100000 | 101010 | 0 | 1010010 | 1001100 | 11111 | 101100100 | 1000101 | 101001 |
Color Harmonies of #AF202A
Complementary color
Monochromatic Colors of #AF202A
Black with #AF202A
Text Example
Text Example
White with #AF202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF202A; }
p { color: rgb(175,32,42); }
H1.HeaderClassName
{
color: #AF202A;
}
.AnyTagClassName
{
color: #AF202A;
}
</style>
background-color css
<style>
a { background-color: #AF202A; }
a { background-color: rgb(175,32,42); }
div.DivClassName
{
background-color: #AF202A;
}
.BgClassName
{
background-color: #AF202A;
}
</style>
border-color css
<style>
span { border-color: #AF202A; }
span { border-color: rgb(175,32,42); }
td.TdClassName
{
border-color: #AF202A;
}
.TagClassName
{
border-color: #AF202A;
}
</style>