Shades of Cardinal #AF162F
Tints of Cardinal #AF162F
RGB
CMYK
RGB Variations
Color information
#AF162F (or 0xAF162F) is known color: Cardinal. HEX triplet: AF, 16 and 2F. RGB value is (175,22,47). Sum of RGB (Red+Green+Blue) = 175+22+47=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF162F is #50E9D0. Grayscale: #464646. Windows color (decimal): -5302737 or 3085999. OLE color: 3085999.
HSL color Cylindrical-coordinate representation of color #AF162F: hue angle of 350.2º degrees, saturation: 0.78, 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 #AF162F is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 47 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.31 |
| HSL | 350.2º | 0.78% | 0.39% | - |
| HSV(B) | 350.2º | 0.87% | 0.69% | - |
| XYZ | 18.48 | 9.89 | 3.62 | - |
| YUV | 70.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 47 | 0 | 0.87 | 0.73 | 0.31 | 350.2 | 0.78 | 0.39 |
| Hex | AF | 16 | 2F | 0 | 57 | 49 | 1F | 15E | 4E | 27 |
| Octal | 257 | 26 | 57 | 0 | 127 | 111 | 37 | 536 | 116 | 47 |
| Binary | 10101111 | 10110 | 101111 | 0 | 1010111 | 1001001 | 11111 | 101011110 | 1001110 | 100111 |
Color Harmonies of #AF162F
Complementary color
Monochromatic Colors of #AF162F
Black with #AF162F
Text Example
Text Example
White with #AF162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF162F; }
p { color: rgb(175,22,47); }
H1.HeaderClassName
{
color: #AF162F;
}
.AnyTagClassName
{
color: #AF162F;
}
</style>
background-color css
<style>
a { background-color: #AF162F; }
a { background-color: rgb(175,22,47); }
div.DivClassName
{
background-color: #AF162F;
}
.BgClassName
{
background-color: #AF162F;
}
</style>
border-color css
<style>
span { border-color: #AF162F; }
span { border-color: rgb(175,22,47); }
td.TdClassName
{
border-color: #AF162F;
}
.TagClassName
{
border-color: #AF162F;
}
</style>