Shades of Cardinal #AF122D
Tints of Cardinal #AF122D
RGB
CMYK
RGB Variations
Color information
#AF122D (or 0xAF122D) is known color: Cardinal. HEX triplet: AF, 12 and 2D. RGB value is (175,18,45). Sum of RGB (Red+Green+Blue) = 175+18+45=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF122D is #50EDD2. Grayscale: #444444. Windows color (decimal): -5303763 or 2953903. OLE color: 2953903.
HSL color Cylindrical-coordinate representation of color #AF122D: hue angle of 349.68º degrees, saturation: 0.81, 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 #AF122D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 45 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.31 |
| HSL | 349.68º | 0.81% | 0.38% | - |
| HSV(B) | 349.68º | 0.9% | 0.69% | - |
| XYZ | 18.37 | 9.74 | 3.39 | - |
| YUV | 68.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 45 | 0 | 0.90 | 0.74 | 0.31 | 349.68 | 0.81 | 0.38 |
| Hex | AF | 12 | 2D | 0 | 5A | 4A | 1F | 15E | 51 | 26 |
| Octal | 257 | 22 | 55 | 0 | 132 | 112 | 37 | 536 | 121 | 46 |
| Binary | 10101111 | 10010 | 101101 | 0 | 1011010 | 1001010 | 11111 | 101011110 | 1010001 | 100110 |
Color Harmonies of #AF122D
Complementary color
Monochromatic Colors of #AF122D
Black with #AF122D
Text Example
Text Example
White with #AF122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF122D; }
p { color: rgb(175,18,45); }
H1.HeaderClassName
{
color: #AF122D;
}
.AnyTagClassName
{
color: #AF122D;
}
</style>
background-color css
<style>
a { background-color: #AF122D; }
a { background-color: rgb(175,18,45); }
div.DivClassName
{
background-color: #AF122D;
}
.BgClassName
{
background-color: #AF122D;
}
</style>
border-color css
<style>
span { border-color: #AF122D; }
span { border-color: rgb(175,18,45); }
td.TdClassName
{
border-color: #AF122D;
}
.TagClassName
{
border-color: #AF122D;
}
</style>