Shades of Cardinal #AF203F
Tints of Cardinal #AF203F
RGB
CMYK
RGB Variations
Color information
#AF203F (or 0xAF203F) is known color: Cardinal. HEX triplet: AF, 20 and 3F. RGB value is (175,32,63). Sum of RGB (Red+Green+Blue) = 175+32+63=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF203F is #50DFC0. Grayscale: #4E4E4E. Windows color (decimal): -5300161 or 4137135. OLE color: 4137135.
HSL color Cylindrical-coordinate representation of color #AF203F: hue angle of 346.99º 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 #AF203F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 63 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.31 |
| HSL | 346.99º | 0.69% | 0.41% | - |
| HSV(B) | 346.99º | 0.82% | 0.69% | - |
| XYZ | 19.09 | 10.51 | 5.72 | - |
| YUV | 78.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 63 | 0 | 0.82 | 0.64 | 0.31 | 346.99 | 0.69 | 0.41 |
| Hex | AF | 20 | 3F | 0 | 52 | 40 | 1F | 15B | 45 | 29 |
| Octal | 257 | 40 | 77 | 0 | 122 | 100 | 37 | 533 | 105 | 51 |
| Binary | 10101111 | 100000 | 111111 | 0 | 1010010 | 1000000 | 11111 | 101011011 | 1000101 | 101001 |
Color Harmonies of #AF203F
Complementary color
Monochromatic Colors of #AF203F
Black with #AF203F
Text Example
Text Example
White with #AF203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF203F; }
p { color: rgb(175,32,63); }
H1.HeaderClassName
{
color: #AF203F;
}
.AnyTagClassName
{
color: #AF203F;
}
</style>
background-color css
<style>
a { background-color: #AF203F; }
a { background-color: rgb(175,32,63); }
div.DivClassName
{
background-color: #AF203F;
}
.BgClassName
{
background-color: #AF203F;
}
</style>
border-color css
<style>
span { border-color: #AF203F; }
span { border-color: rgb(175,32,63); }
td.TdClassName
{
border-color: #AF203F;
}
.TagClassName
{
border-color: #AF203F;
}
</style>