Shades of Cardinal #AF113D
Tints of Cardinal #AF113D
RGB
CMYK
RGB Variations
Color information
#AF113D (or 0xAF113D) is known color: Cardinal. HEX triplet: AF, 11 and 3D. RGB value is (175,17,61). Sum of RGB (Red+Green+Blue) = 175+17+61=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF113D is #50EEC2. Grayscale: #454545. Windows color (decimal): -5304003 or 4002223. OLE color: 4002223.
HSL color Cylindrical-coordinate representation of color #AF113D: hue angle of 343.29º 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 #AF113D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 61 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.31 |
| HSL | 343.29º | 0.82% | 0.38% | - |
| HSV(B) | 343.29º | 0.9% | 0.69% | - |
| XYZ | 18.72 | 9.85 | 5.33 | - |
| YUV | 69.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 61 | 0 | 0.90 | 0.65 | 0.31 | 343.29 | 0.82 | 0.38 |
| Hex | AF | 11 | 3D | 0 | 5A | 41 | 1F | 157 | 52 | 26 |
| Octal | 257 | 21 | 75 | 0 | 132 | 101 | 37 | 527 | 122 | 46 |
| Binary | 10101111 | 10001 | 111101 | 0 | 1011010 | 1000001 | 11111 | 101010111 | 1010010 | 100110 |
Color Harmonies of #AF113D
Complementary color
Monochromatic Colors of #AF113D
Black with #AF113D
Text Example
Text Example
White with #AF113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF113D; }
p { color: rgb(175,17,61); }
H1.HeaderClassName
{
color: #AF113D;
}
.AnyTagClassName
{
color: #AF113D;
}
</style>
background-color css
<style>
a { background-color: #AF113D; }
a { background-color: rgb(175,17,61); }
div.DivClassName
{
background-color: #AF113D;
}
.BgClassName
{
background-color: #AF113D;
}
</style>
border-color css
<style>
span { border-color: #AF113D; }
span { border-color: rgb(175,17,61); }
td.TdClassName
{
border-color: #AF113D;
}
.TagClassName
{
border-color: #AF113D;
}
</style>