Shades of Cardinal #AF172D
Tints of Cardinal #AF172D
RGB
CMYK
RGB Variations
Color information
#AF172D (or 0xAF172D) is known color: Cardinal. HEX triplet: AF, 17 and 2D. RGB value is (175,23,45). Sum of RGB (Red+Green+Blue) = 175+23+45=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF172D is #50E8D2. Grayscale: #474747. Windows color (decimal): -5302483 or 2955183. OLE color: 2955183.
HSL color Cylindrical-coordinate representation of color #AF172D: hue angle of 351.32º 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 #AF172D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 45 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.31 |
| HSL | 351.32º | 0.77% | 0.39% | - |
| HSV(B) | 351.32º | 0.87% | 0.69% | - |
| XYZ | 18.46 | 9.92 | 3.42 | - |
| YUV | 70.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 45 | 0 | 0.87 | 0.74 | 0.31 | 351.32 | 0.77 | 0.39 |
| Hex | AF | 17 | 2D | 0 | 57 | 4A | 1F | 15F | 4D | 27 |
| Octal | 257 | 27 | 55 | 0 | 127 | 112 | 37 | 537 | 115 | 47 |
| Binary | 10101111 | 10111 | 101101 | 0 | 1010111 | 1001010 | 11111 | 101011111 | 1001101 | 100111 |
Color Harmonies of #AF172D
Complementary color
Monochromatic Colors of #AF172D
Black with #AF172D
Text Example
Text Example
White with #AF172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF172D; }
p { color: rgb(175,23,45); }
H1.HeaderClassName
{
color: #AF172D;
}
.AnyTagClassName
{
color: #AF172D;
}
</style>
background-color css
<style>
a { background-color: #AF172D; }
a { background-color: rgb(175,23,45); }
div.DivClassName
{
background-color: #AF172D;
}
.BgClassName
{
background-color: #AF172D;
}
</style>
border-color css
<style>
span { border-color: #AF172D; }
span { border-color: rgb(175,23,45); }
td.TdClassName
{
border-color: #AF172D;
}
.TagClassName
{
border-color: #AF172D;
}
</style>