Shades of Cardinal #AF162C
Tints of Cardinal #AF162C
RGB
CMYK
RGB Variations
Color information
#AF162C (or 0xAF162C) is known color: Cardinal. HEX triplet: AF, 16 and 2C. RGB value is (175,22,44). Sum of RGB (Red+Green+Blue) = 175+22+44=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF162C is #50E9D3. Grayscale: #464646. Windows color (decimal): -5302740 or 2889391. OLE color: 2889391.
HSL color Cylindrical-coordinate representation of color #AF162C: hue angle of 351.37º 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 #AF162C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 44 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.31 |
| HSL | 351.37º | 0.78% | 0.39% | - |
| HSV(B) | 351.37º | 0.87% | 0.69% | - |
| XYZ | 18.42 | 9.87 | 3.32 | - |
| YUV | 70.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 44 | 0 | 0.87 | 0.75 | 0.31 | 351.37 | 0.78 | 0.39 |
| Hex | AF | 16 | 2C | 0 | 57 | 4B | 1F | 15F | 4E | 27 |
| Octal | 257 | 26 | 54 | 0 | 127 | 113 | 37 | 537 | 116 | 47 |
| Binary | 10101111 | 10110 | 101100 | 0 | 1010111 | 1001011 | 11111 | 101011111 | 1001110 | 100111 |
Color Harmonies of #AF162C
Complementary color
Monochromatic Colors of #AF162C
Black with #AF162C
Text Example
Text Example
White with #AF162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF162C; }
p { color: rgb(175,22,44); }
H1.HeaderClassName
{
color: #AF162C;
}
.AnyTagClassName
{
color: #AF162C;
}
</style>
background-color css
<style>
a { background-color: #AF162C; }
a { background-color: rgb(175,22,44); }
div.DivClassName
{
background-color: #AF162C;
}
.BgClassName
{
background-color: #AF162C;
}
</style>
border-color css
<style>
span { border-color: #AF162C; }
span { border-color: rgb(175,22,44); }
td.TdClassName
{
border-color: #AF162C;
}
.TagClassName
{
border-color: #AF162C;
}
</style>