Shades of Cardinal #AF173B
Tints of Cardinal #AF173B
RGB
CMYK
RGB Variations
Color information
#AF173B (or 0xAF173B) is known color: Cardinal. HEX triplet: AF, 17 and 3B. RGB value is (175,23,59). Sum of RGB (Red+Green+Blue) = 175+23+59=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF173B is #50E8C4. Grayscale: #484848. Windows color (decimal): -5302469 or 3872687. OLE color: 3872687.
HSL color Cylindrical-coordinate representation of color #AF173B: hue angle of 345.79º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF173B is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 59 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.31 |
| HSL | 345.79º | 0.77% | 0.39% | - |
| HSV(B) | 345.79º | 0.87% | 0.69% | - |
| XYZ | 18.78 | 10.04 | 5.09 | - |
| YUV | 72.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 59 | 0 | 0.87 | 0.66 | 0.31 | 345.79 | 0.77 | 0.39 |
| Hex | AF | 17 | 3B | 0 | 57 | 42 | 1F | 15A | 4D | 27 |
| Octal | 257 | 27 | 73 | 0 | 127 | 102 | 37 | 532 | 115 | 47 |
| Binary | 10101111 | 10111 | 111011 | 0 | 1010111 | 1000010 | 11111 | 101011010 | 1001101 | 100111 |
Color Harmonies of #AF173B
Complementary color
Monochromatic Colors of #AF173B
Black with #AF173B
Text Example
Text Example
White with #AF173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF173B; }
p { color: rgb(175,23,59); }
H1.HeaderClassName
{
color: #AF173B;
}
.AnyTagClassName
{
color: #AF173B;
}
</style>
background-color css
<style>
a { background-color: #AF173B; }
a { background-color: rgb(175,23,59); }
div.DivClassName
{
background-color: #AF173B;
}
.BgClassName
{
background-color: #AF173B;
}
</style>
border-color css
<style>
span { border-color: #AF173B; }
span { border-color: rgb(175,23,59); }
td.TdClassName
{
border-color: #AF173B;
}
.TagClassName
{
border-color: #AF173B;
}
</style>