Shades of Cardinal #AF203A
Tints of Cardinal #AF203A
RGB
CMYK
RGB Variations
Color information
#AF203A (or 0xAF203A) is known color: Cardinal. HEX triplet: AF, 20 and 3A. RGB value is (175,32,58). Sum of RGB (Red+Green+Blue) = 175+32+58=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF203A is #50DFC5. Grayscale: #4D4D4D. Windows color (decimal): -5300166 or 3809455. OLE color: 3809455.
HSL color Cylindrical-coordinate representation of color #AF203A: hue angle of 349.09º 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 #AF203A is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 58 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.31 |
| HSL | 349.09º | 0.69% | 0.41% | - |
| HSV(B) | 349.09º | 0.82% | 0.69% | - |
| XYZ | 18.96 | 10.45 | 5.02 | - |
| YUV | 77.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 58 | 0 | 0.82 | 0.67 | 0.31 | 349.09 | 0.69 | 0.41 |
| Hex | AF | 20 | 3A | 0 | 52 | 43 | 1F | 15D | 45 | 29 |
| Octal | 257 | 40 | 72 | 0 | 122 | 103 | 37 | 535 | 105 | 51 |
| Binary | 10101111 | 100000 | 111010 | 0 | 1010010 | 1000011 | 11111 | 101011101 | 1000101 | 101001 |
Color Harmonies of #AF203A
Complementary color
Monochromatic Colors of #AF203A
Black with #AF203A
Text Example
Text Example
White with #AF203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF203A; }
p { color: rgb(175,32,58); }
H1.HeaderClassName
{
color: #AF203A;
}
.AnyTagClassName
{
color: #AF203A;
}
</style>
background-color css
<style>
a { background-color: #AF203A; }
a { background-color: rgb(175,32,58); }
div.DivClassName
{
background-color: #AF203A;
}
.BgClassName
{
background-color: #AF203A;
}
</style>
border-color css
<style>
span { border-color: #AF203A; }
span { border-color: rgb(175,32,58); }
td.TdClassName
{
border-color: #AF203A;
}
.TagClassName
{
border-color: #AF203A;
}
</style>