Shades of Cardinal #AF172B
Tints of Cardinal #AF172B
RGB
CMYK
RGB Variations
Color information
#AF172B (or 0xAF172B) is known color: Cardinal. HEX triplet: AF, 17 and 2B. RGB value is (175,23,43). Sum of RGB (Red+Green+Blue) = 175+23+43=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF172B is #50E8D4. Grayscale: #464646. Windows color (decimal): -5302485 or 2824111. OLE color: 2824111.
HSL color Cylindrical-coordinate representation of color #AF172B: hue angle of 352.11º 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 #AF172B is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 43 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.31 |
| HSL | 352.11º | 0.77% | 0.39% | - |
| HSV(B) | 352.11º | 0.87% | 0.69% | - |
| XYZ | 18.42 | 9.9 | 3.23 | - |
| YUV | 70.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 43 | 0 | 0.87 | 0.75 | 0.31 | 352.11 | 0.77 | 0.39 |
| Hex | AF | 17 | 2B | 0 | 57 | 4B | 1F | 160 | 4D | 27 |
| Octal | 257 | 27 | 53 | 0 | 127 | 113 | 37 | 540 | 115 | 47 |
| Binary | 10101111 | 10111 | 101011 | 0 | 1010111 | 1001011 | 11111 | 101100000 | 1001101 | 100111 |
Color Harmonies of #AF172B
Complementary color
Monochromatic Colors of #AF172B
Black with #AF172B
Text Example
Text Example
White with #AF172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF172B; }
p { color: rgb(175,23,43); }
H1.HeaderClassName
{
color: #AF172B;
}
.AnyTagClassName
{
color: #AF172B;
}
</style>
background-color css
<style>
a { background-color: #AF172B; }
a { background-color: rgb(175,23,43); }
div.DivClassName
{
background-color: #AF172B;
}
.BgClassName
{
background-color: #AF172B;
}
</style>
border-color css
<style>
span { border-color: #AF172B; }
span { border-color: rgb(175,23,43); }
td.TdClassName
{
border-color: #AF172B;
}
.TagClassName
{
border-color: #AF172B;
}
</style>