Shades of Cardinal #AF202C
Tints of Cardinal #AF202C
RGB
CMYK
RGB Variations
Color information
#AF202C (or 0xAF202C) is known color: Cardinal. HEX triplet: AF, 20 and 2C. RGB value is (175,32,44). Sum of RGB (Red+Green+Blue) = 175+32+44=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF202C is #50DFD3. Grayscale: #4C4C4C. Windows color (decimal): -5300180 or 2891951. OLE color: 2891951.
HSL color Cylindrical-coordinate representation of color #AF202C: hue angle of 354.97º 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 #AF202C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 44 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.31 |
| HSL | 354.97º | 0.69% | 0.41% | - |
| HSV(B) | 354.97º | 0.82% | 0.69% | - |
| XYZ | 18.65 | 10.33 | 3.39 | - |
| YUV | 76.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 44 | 0 | 0.82 | 0.75 | 0.31 | 354.97 | 0.69 | 0.41 |
| Hex | AF | 20 | 2C | 0 | 52 | 4B | 1F | 163 | 45 | 29 |
| Octal | 257 | 40 | 54 | 0 | 122 | 113 | 37 | 543 | 105 | 51 |
| Binary | 10101111 | 100000 | 101100 | 0 | 1010010 | 1001011 | 11111 | 101100011 | 1000101 | 101001 |
Color Harmonies of #AF202C
Complementary color
Monochromatic Colors of #AF202C
Black with #AF202C
Text Example
Text Example
White with #AF202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF202C; }
p { color: rgb(175,32,44); }
H1.HeaderClassName
{
color: #AF202C;
}
.AnyTagClassName
{
color: #AF202C;
}
</style>
background-color css
<style>
a { background-color: #AF202C; }
a { background-color: rgb(175,32,44); }
div.DivClassName
{
background-color: #AF202C;
}
.BgClassName
{
background-color: #AF202C;
}
</style>
border-color css
<style>
span { border-color: #AF202C; }
span { border-color: rgb(175,32,44); }
td.TdClassName
{
border-color: #AF202C;
}
.TagClassName
{
border-color: #AF202C;
}
</style>