Shades of Cardinal #AF193B
Tints of Cardinal #AF193B
RGB
CMYK
RGB Variations
Color information
#AF193B (or 0xAF193B) is known color: Cardinal. HEX triplet: AF, 19 and 3B. RGB value is (175,25,59). Sum of RGB (Red+Green+Blue) = 175+25+59=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF193B is #50E6C4. Grayscale: #494949. Windows color (decimal): -5301957 or 3873199. OLE color: 3873199.
HSL color Cylindrical-coordinate representation of color #AF193B: hue angle of 346.4º 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 #AF193B is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 59 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.31 |
| HSL | 346.4º | 0.75% | 0.39% | - |
| HSV(B) | 346.4º | 0.86% | 0.69% | - |
| XYZ | 18.82 | 10.12 | 5.1 | - |
| YUV | 73.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 59 | 0 | 0.86 | 0.66 | 0.31 | 346.4 | 0.75 | 0.39 |
| Hex | AF | 19 | 3B | 0 | 56 | 42 | 1F | 15A | 4B | 27 |
| Octal | 257 | 31 | 73 | 0 | 126 | 102 | 37 | 532 | 113 | 47 |
| Binary | 10101111 | 11001 | 111011 | 0 | 1010110 | 1000010 | 11111 | 101011010 | 1001011 | 100111 |
Color Harmonies of #AF193B
Complementary color
Monochromatic Colors of #AF193B
Black with #AF193B
Text Example
Text Example
White with #AF193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF193B; }
p { color: rgb(175,25,59); }
H1.HeaderClassName
{
color: #AF193B;
}
.AnyTagClassName
{
color: #AF193B;
}
</style>
background-color css
<style>
a { background-color: #AF193B; }
a { background-color: rgb(175,25,59); }
div.DivClassName
{
background-color: #AF193B;
}
.BgClassName
{
background-color: #AF193B;
}
</style>
border-color css
<style>
span { border-color: #AF193B; }
span { border-color: rgb(175,25,59); }
td.TdClassName
{
border-color: #AF193B;
}
.TagClassName
{
border-color: #AF193B;
}
</style>