Shades of Cardinal #AF203C
Tints of Cardinal #AF203C
RGB
CMYK
RGB Variations
Color information
#AF203C (or 0xAF203C) is known color: Cardinal. HEX triplet: AF, 20 and 3C. RGB value is (175,32,60). Sum of RGB (Red+Green+Blue) = 175+32+60=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF203C is #50DFC3. Grayscale: #4D4D4D. Windows color (decimal): -5300164 or 3940527. OLE color: 3940527.
HSL color Cylindrical-coordinate representation of color #AF203C: hue angle of 348.25º 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 #AF203C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 60 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.31 |
| HSL | 348.25º | 0.69% | 0.41% | - |
| HSV(B) | 348.25º | 0.82% | 0.69% | - |
| XYZ | 19.01 | 10.47 | 5.29 | - |
| YUV | 77.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 60 | 0 | 0.82 | 0.66 | 0.31 | 348.25 | 0.69 | 0.41 |
| Hex | AF | 20 | 3C | 0 | 52 | 42 | 1F | 15C | 45 | 29 |
| Octal | 257 | 40 | 74 | 0 | 122 | 102 | 37 | 534 | 105 | 51 |
| Binary | 10101111 | 100000 | 111100 | 0 | 1010010 | 1000010 | 11111 | 101011100 | 1000101 | 101001 |
Color Harmonies of #AF203C
Complementary color
Monochromatic Colors of #AF203C
Black with #AF203C
Text Example
Text Example
White with #AF203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF203C; }
p { color: rgb(175,32,60); }
H1.HeaderClassName
{
color: #AF203C;
}
.AnyTagClassName
{
color: #AF203C;
}
</style>
background-color css
<style>
a { background-color: #AF203C; }
a { background-color: rgb(175,32,60); }
div.DivClassName
{
background-color: #AF203C;
}
.BgClassName
{
background-color: #AF203C;
}
</style>
border-color css
<style>
span { border-color: #AF203C; }
span { border-color: rgb(175,32,60); }
td.TdClassName
{
border-color: #AF203C;
}
.TagClassName
{
border-color: #AF203C;
}
</style>