Shades of Cardinal #AF113F
Tints of Cardinal #AF113F
RGB
CMYK
RGB Variations
Color information
#AF113F (or 0xAF113F) is known color: Cardinal. HEX triplet: AF, 11 and 3F. RGB value is (175,17,63). Sum of RGB (Red+Green+Blue) = 175+17+63=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF113F is #50EEC0. Grayscale: #454545. Windows color (decimal): -5304001 or 4133295. OLE color: 4133295.
HSL color Cylindrical-coordinate representation of color #AF113F: hue angle of 342.53º 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 #AF113F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 63 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.31 |
| HSL | 342.53º | 0.82% | 0.38% | - |
| HSV(B) | 342.53º | 0.9% | 0.69% | - |
| XYZ | 18.78 | 9.87 | 5.62 | - |
| YUV | 69.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 63 | 0 | 0.90 | 0.64 | 0.31 | 342.53 | 0.82 | 0.38 |
| Hex | AF | 11 | 3F | 0 | 5A | 40 | 1F | 157 | 52 | 26 |
| Octal | 257 | 21 | 77 | 0 | 132 | 100 | 37 | 527 | 122 | 46 |
| Binary | 10101111 | 10001 | 111111 | 0 | 1011010 | 1000000 | 11111 | 101010111 | 1010010 | 100110 |
Color Harmonies of #AF113F
Complementary color
Monochromatic Colors of #AF113F
Black with #AF113F
Text Example
Text Example
White with #AF113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF113F; }
p { color: rgb(175,17,63); }
H1.HeaderClassName
{
color: #AF113F;
}
.AnyTagClassName
{
color: #AF113F;
}
</style>
background-color css
<style>
a { background-color: #AF113F; }
a { background-color: rgb(175,17,63); }
div.DivClassName
{
background-color: #AF113F;
}
.BgClassName
{
background-color: #AF113F;
}
</style>
border-color css
<style>
span { border-color: #AF113F; }
span { border-color: rgb(175,17,63); }
td.TdClassName
{
border-color: #AF113F;
}
.TagClassName
{
border-color: #AF113F;
}
</style>