Shades of Cardinal #AF1136
Tints of Cardinal #AF1136
RGB
CMYK
RGB Variations
Color information
#AF1136 (or 0xAF1136) is known color: Cardinal. HEX triplet: AF, 11 and 36. RGB value is (175,17,54). Sum of RGB (Red+Green+Blue) = 175+17+54=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1136 is #50EEC9. Grayscale: #444444. Windows color (decimal): -5304010 or 3543471. OLE color: 3543471.
HSL color Cylindrical-coordinate representation of color #AF1136: hue angle of 345.95º 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 #AF1136 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 54 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.31 |
| HSL | 345.95º | 0.82% | 0.38% | - |
| HSV(B) | 345.95º | 0.9% | 0.69% | - |
| XYZ | 18.55 | 9.78 | 4.4 | - |
| YUV | 68.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 54 | 0 | 0.90 | 0.69 | 0.31 | 345.95 | 0.82 | 0.38 |
| Hex | AF | 11 | 36 | 0 | 5A | 45 | 1F | 15A | 52 | 26 |
| Octal | 257 | 21 | 66 | 0 | 132 | 105 | 37 | 532 | 122 | 46 |
| Binary | 10101111 | 10001 | 110110 | 0 | 1011010 | 1000101 | 11111 | 101011010 | 1010010 | 100110 |
Color Harmonies of #AF1136
Complementary color
Monochromatic Colors of #AF1136
Black with #AF1136
Text Example
Text Example
White with #AF1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1136; }
p { color: rgb(175,17,54); }
H1.HeaderClassName
{
color: #AF1136;
}
.AnyTagClassName
{
color: #AF1136;
}
</style>
background-color css
<style>
a { background-color: #AF1136; }
a { background-color: rgb(175,17,54); }
div.DivClassName
{
background-color: #AF1136;
}
.BgClassName
{
background-color: #AF1136;
}
</style>
border-color css
<style>
span { border-color: #AF1136; }
span { border-color: rgb(175,17,54); }
td.TdClassName
{
border-color: #AF1136;
}
.TagClassName
{
border-color: #AF1136;
}
</style>