Shades of Cardinal #AF113A
Tints of Cardinal #AF113A
RGB
CMYK
RGB Variations
Color information
#AF113A (or 0xAF113A) is known color: Cardinal. HEX triplet: AF, 11 and 3A. RGB value is (175,17,58). Sum of RGB (Red+Green+Blue) = 175+17+58=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF113A is #50EEC5. Grayscale: #444444. Windows color (decimal): -5304006 or 3805615. OLE color: 3805615.
HSL color Cylindrical-coordinate representation of color #AF113A: hue angle of 344.43º 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 #AF113A is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 58 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.31 |
| HSL | 344.43º | 0.82% | 0.38% | - |
| HSV(B) | 344.43º | 0.9% | 0.69% | - |
| XYZ | 18.64 | 9.82 | 4.92 | - |
| YUV | 68.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 58 | 0 | 0.90 | 0.67 | 0.31 | 344.43 | 0.82 | 0.38 |
| Hex | AF | 11 | 3A | 0 | 5A | 43 | 1F | 158 | 52 | 26 |
| Octal | 257 | 21 | 72 | 0 | 132 | 103 | 37 | 530 | 122 | 46 |
| Binary | 10101111 | 10001 | 111010 | 0 | 1011010 | 1000011 | 11111 | 101011000 | 1010010 | 100110 |
Color Harmonies of #AF113A
Complementary color
Monochromatic Colors of #AF113A
Black with #AF113A
Text Example
Text Example
White with #AF113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF113A; }
p { color: rgb(175,17,58); }
H1.HeaderClassName
{
color: #AF113A;
}
.AnyTagClassName
{
color: #AF113A;
}
</style>
background-color css
<style>
a { background-color: #AF113A; }
a { background-color: rgb(175,17,58); }
div.DivClassName
{
background-color: #AF113A;
}
.BgClassName
{
background-color: #AF113A;
}
</style>
border-color css
<style>
span { border-color: #AF113A; }
span { border-color: rgb(175,17,58); }
td.TdClassName
{
border-color: #AF113A;
}
.TagClassName
{
border-color: #AF113A;
}
</style>