Shades of Cardinal #AF163B
Tints of Cardinal #AF163B
RGB
CMYK
RGB Variations
Color information
#AF163B (or 0xAF163B) is known color: Cardinal. HEX triplet: AF, 16 and 3B. RGB value is (175,22,59). Sum of RGB (Red+Green+Blue) = 175+22+59=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF163B is #50E9C4. Grayscale: #474747. Windows color (decimal): -5302725 or 3872431. OLE color: 3872431.
HSL color Cylindrical-coordinate representation of color #AF163B: hue angle of 345.49º 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 #AF163B is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 59 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.31 |
| HSL | 345.49º | 0.78% | 0.39% | - |
| HSV(B) | 345.49º | 0.87% | 0.69% | - |
| XYZ | 18.76 | 10 | 5.08 | - |
| YUV | 71.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 59 | 0 | 0.87 | 0.66 | 0.31 | 345.49 | 0.78 | 0.39 |
| Hex | AF | 16 | 3B | 0 | 57 | 42 | 1F | 159 | 4E | 27 |
| Octal | 257 | 26 | 73 | 0 | 127 | 102 | 37 | 531 | 116 | 47 |
| Binary | 10101111 | 10110 | 111011 | 0 | 1010111 | 1000010 | 11111 | 101011001 | 1001110 | 100111 |
Color Harmonies of #AF163B
Complementary color
Monochromatic Colors of #AF163B
Black with #AF163B
Text Example
Text Example
White with #AF163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF163B; }
p { color: rgb(175,22,59); }
H1.HeaderClassName
{
color: #AF163B;
}
.AnyTagClassName
{
color: #AF163B;
}
</style>
background-color css
<style>
a { background-color: #AF163B; }
a { background-color: rgb(175,22,59); }
div.DivClassName
{
background-color: #AF163B;
}
.BgClassName
{
background-color: #AF163B;
}
</style>
border-color css
<style>
span { border-color: #AF163B; }
span { border-color: rgb(175,22,59); }
td.TdClassName
{
border-color: #AF163B;
}
.TagClassName
{
border-color: #AF163B;
}
</style>