Shades of Cardinal #AF173A
Tints of Cardinal #AF173A
RGB
CMYK
RGB Variations
Color information
#AF173A (or 0xAF173A) is known color: Cardinal. HEX triplet: AF, 17 and 3A. RGB value is (175,23,58). Sum of RGB (Red+Green+Blue) = 175+23+58=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF173A is #50E8C5. Grayscale: #484848. Windows color (decimal): -5302470 or 3807151. OLE color: 3807151.
HSL color Cylindrical-coordinate representation of color #AF173A: hue angle of 346.18º 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 #AF173A is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 58 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.31 |
| HSL | 346.18º | 0.77% | 0.39% | - |
| HSV(B) | 346.18º | 0.87% | 0.69% | - |
| XYZ | 18.75 | 10.03 | 4.95 | - |
| YUV | 72.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 58 | 0 | 0.87 | 0.67 | 0.31 | 346.18 | 0.77 | 0.39 |
| Hex | AF | 17 | 3A | 0 | 57 | 43 | 1F | 15A | 4D | 27 |
| Octal | 257 | 27 | 72 | 0 | 127 | 103 | 37 | 532 | 115 | 47 |
| Binary | 10101111 | 10111 | 111010 | 0 | 1010111 | 1000011 | 11111 | 101011010 | 1001101 | 100111 |
Color Harmonies of #AF173A
Complementary color
Monochromatic Colors of #AF173A
Black with #AF173A
Text Example
Text Example
White with #AF173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF173A; }
p { color: rgb(175,23,58); }
H1.HeaderClassName
{
color: #AF173A;
}
.AnyTagClassName
{
color: #AF173A;
}
</style>
background-color css
<style>
a { background-color: #AF173A; }
a { background-color: rgb(175,23,58); }
div.DivClassName
{
background-color: #AF173A;
}
.BgClassName
{
background-color: #AF173A;
}
</style>
border-color css
<style>
span { border-color: #AF173A; }
span { border-color: rgb(175,23,58); }
td.TdClassName
{
border-color: #AF173A;
}
.TagClassName
{
border-color: #AF173A;
}
</style>