Shades of Cardinal #AF1138
Tints of Cardinal #AF1138
RGB
CMYK
RGB Variations
Color information
#AF1138 (or 0xAF1138) is known color: Cardinal. HEX triplet: AF, 11 and 38. RGB value is (175,17,56). Sum of RGB (Red+Green+Blue) = 175+17+56=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1138 is #50EEC7. Grayscale: #444444. Windows color (decimal): -5304008 or 3674543. OLE color: 3674543.
HSL color Cylindrical-coordinate representation of color #AF1138: hue angle of 345.19º 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 #AF1138 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 56 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.31 |
| HSL | 345.19º | 0.82% | 0.38% | - |
| HSV(B) | 345.19º | 0.9% | 0.69% | - |
| XYZ | 18.59 | 9.8 | 4.65 | - |
| YUV | 68.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 56 | 0 | 0.90 | 0.68 | 0.31 | 345.19 | 0.82 | 0.38 |
| Hex | AF | 11 | 38 | 0 | 5A | 44 | 1F | 159 | 52 | 26 |
| Octal | 257 | 21 | 70 | 0 | 132 | 104 | 37 | 531 | 122 | 46 |
| Binary | 10101111 | 10001 | 111000 | 0 | 1011010 | 1000100 | 11111 | 101011001 | 1010010 | 100110 |
Color Harmonies of #AF1138
Complementary color
Monochromatic Colors of #AF1138
Black with #AF1138
Text Example
Text Example
White with #AF1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1138; }
p { color: rgb(175,17,56); }
H1.HeaderClassName
{
color: #AF1138;
}
.AnyTagClassName
{
color: #AF1138;
}
</style>
background-color css
<style>
a { background-color: #AF1138; }
a { background-color: rgb(175,17,56); }
div.DivClassName
{
background-color: #AF1138;
}
.BgClassName
{
background-color: #AF1138;
}
</style>
border-color css
<style>
span { border-color: #AF1138; }
span { border-color: rgb(175,17,56); }
td.TdClassName
{
border-color: #AF1138;
}
.TagClassName
{
border-color: #AF1138;
}
</style>