Shades of Cardinal #AF193F
Tints of Cardinal #AF193F
RGB
CMYK
RGB Variations
Color information
#AF193F (or 0xAF193F) is known color: Cardinal. HEX triplet: AF, 19 and 3F. RGB value is (175,25,63). Sum of RGB (Red+Green+Blue) = 175+25+63=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF193F is #50E6C0. Grayscale: #4A4A4A. Windows color (decimal): -5301953 or 4135343. OLE color: 4135343.
HSL color Cylindrical-coordinate representation of color #AF193F: hue angle of 344.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF193F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 63 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.31 |
| HSL | 344.8º | 0.75% | 0.39% | - |
| HSV(B) | 344.8º | 0.86% | 0.69% | - |
| XYZ | 18.92 | 10.17 | 5.67 | - |
| YUV | 74.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 63 | 0 | 0.86 | 0.64 | 0.31 | 344.8 | 0.75 | 0.39 |
| Hex | AF | 19 | 3F | 0 | 56 | 40 | 1F | 159 | 4B | 27 |
| Octal | 257 | 31 | 77 | 0 | 126 | 100 | 37 | 531 | 113 | 47 |
| Binary | 10101111 | 11001 | 111111 | 0 | 1010110 | 1000000 | 11111 | 101011001 | 1001011 | 100111 |
Color Harmonies of #AF193F
Complementary color
Monochromatic Colors of #AF193F
Black with #AF193F
Text Example
Text Example
White with #AF193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF193F; }
p { color: rgb(175,25,63); }
H1.HeaderClassName
{
color: #AF193F;
}
.AnyTagClassName
{
color: #AF193F;
}
</style>
background-color css
<style>
a { background-color: #AF193F; }
a { background-color: rgb(175,25,63); }
div.DivClassName
{
background-color: #AF193F;
}
.BgClassName
{
background-color: #AF193F;
}
</style>
border-color css
<style>
span { border-color: #AF193F; }
span { border-color: rgb(175,25,63); }
td.TdClassName
{
border-color: #AF193F;
}
.TagClassName
{
border-color: #AF193F;
}
</style>