Shades of Cardinal #AF113B
Tints of Cardinal #AF113B
RGB
CMYK
RGB Variations
Color information
#AF113B (or 0xAF113B) is known color: Cardinal. HEX triplet: AF, 11 and 3B. RGB value is (175,17,59). Sum of RGB (Red+Green+Blue) = 175+17+59=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF113B is #50EEC4. Grayscale: #454545. Windows color (decimal): -5304005 or 3871151. OLE color: 3871151.
HSL color Cylindrical-coordinate representation of color #AF113B: hue angle of 344.05º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF113B is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 59 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.31 |
| HSL | 344.05º | 0.82% | 0.38% | - |
| HSV(B) | 344.05º | 0.9% | 0.69% | - |
| XYZ | 18.67 | 9.83 | 5.05 | - |
| YUV | 69.03 | 122.35 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 59 | 0 | 0.90 | 0.66 | 0.31 | 344.05 | 0.82 | 0.38 |
| Hex | AF | 11 | 3B | 0 | 5A | 42 | 1F | 158 | 52 | 26 |
| Octal | 257 | 21 | 73 | 0 | 132 | 102 | 37 | 530 | 122 | 46 |
| Binary | 10101111 | 10001 | 111011 | 0 | 1011010 | 1000010 | 11111 | 101011000 | 1010010 | 100110 |
Color Harmonies of #AF113B
Complementary color
Monochromatic Colors of #AF113B
Black with #AF113B
Text Example
Text Example
White with #AF113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF113B; }
p { color: rgb(175,17,59); }
H1.HeaderClassName
{
color: #AF113B;
}
.AnyTagClassName
{
color: #AF113B;
}
</style>
background-color css
<style>
a { background-color: #AF113B; }
a { background-color: rgb(175,17,59); }
div.DivClassName
{
background-color: #AF113B;
}
.BgClassName
{
background-color: #AF113B;
}
</style>
border-color css
<style>
span { border-color: #AF113B; }
span { border-color: rgb(175,17,59); }
td.TdClassName
{
border-color: #AF113B;
}
.TagClassName
{
border-color: #AF113B;
}
</style>