Shades of Cardinal #AF163A
Tints of Cardinal #AF163A
RGB
CMYK
RGB Variations
Color information
#AF163A (or 0xAF163A) is known color: Cardinal. HEX triplet: AF, 16 and 3A. RGB value is (175,22,58). Sum of RGB (Red+Green+Blue) = 175+22+58=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF163A is #50E9C5. Grayscale: #474747. Windows color (decimal): -5302726 or 3806895. OLE color: 3806895.
HSL color Cylindrical-coordinate representation of color #AF163A: hue angle of 345.88º 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 #AF163A is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 58 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.31 |
| HSL | 345.88º | 0.78% | 0.39% | - |
| HSV(B) | 345.88º | 0.87% | 0.69% | - |
| XYZ | 18.73 | 9.99 | 4.94 | - |
| YUV | 71.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 58 | 0 | 0.87 | 0.67 | 0.31 | 345.88 | 0.78 | 0.39 |
| Hex | AF | 16 | 3A | 0 | 57 | 43 | 1F | 15A | 4E | 27 |
| Octal | 257 | 26 | 72 | 0 | 127 | 103 | 37 | 532 | 116 | 47 |
| Binary | 10101111 | 10110 | 111010 | 0 | 1010111 | 1000011 | 11111 | 101011010 | 1001110 | 100111 |
Color Harmonies of #AF163A
Complementary color
Monochromatic Colors of #AF163A
Black with #AF163A
Text Example
Text Example
White with #AF163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF163A; }
p { color: rgb(175,22,58); }
H1.HeaderClassName
{
color: #AF163A;
}
.AnyTagClassName
{
color: #AF163A;
}
</style>
background-color css
<style>
a { background-color: #AF163A; }
a { background-color: rgb(175,22,58); }
div.DivClassName
{
background-color: #AF163A;
}
.BgClassName
{
background-color: #AF163A;
}
</style>
border-color css
<style>
span { border-color: #AF163A; }
span { border-color: rgb(175,22,58); }
td.TdClassName
{
border-color: #AF163A;
}
.TagClassName
{
border-color: #AF163A;
}
</style>