Shades of Cardinal #AF0E2D
Tints of Cardinal #AF0E2D
RGB
CMYK
RGB Variations
Color information
#AF0E2D (or 0xAF0E2D) is known color: Cardinal. HEX triplet: AF, 0E and 2D. RGB value is (175,14,45). Sum of RGB (Red+Green+Blue) = 175+14+45=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0E2D is #50F1D2. Grayscale: #414141. Windows color (decimal): -5304787 or 2952879. OLE color: 2952879.
HSL color Cylindrical-coordinate representation of color #AF0E2D: hue angle of 348.45º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0E2D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 45 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.31 |
| HSL | 348.45º | 0.85% | 0.37% | - |
| HSV(B) | 348.45º | 0.92% | 0.69% | - |
| XYZ | 18.31 | 9.62 | 3.37 | - |
| YUV | 65.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 45 | 0 | 0.92 | 0.74 | 0.31 | 348.45 | 0.85 | 0.37 |
| Hex | AF | E | 2D | 0 | 5C | 4A | 1F | 15C | 55 | 25 |
| Octal | 257 | 16 | 55 | 0 | 134 | 112 | 37 | 534 | 125 | 45 |
| Binary | 10101111 | 1110 | 101101 | 0 | 1011100 | 1001010 | 11111 | 101011100 | 1010101 | 100101 |
Color Harmonies of #AF0E2D
Complementary color
Monochromatic Colors of #AF0E2D
Black with #AF0E2D
Text Example
Text Example
White with #AF0E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0E2D; }
p { color: rgb(175,14,45); }
H1.HeaderClassName
{
color: #AF0E2D;
}
.AnyTagClassName
{
color: #AF0E2D;
}
</style>
background-color css
<style>
a { background-color: #AF0E2D; }
a { background-color: rgb(175,14,45); }
div.DivClassName
{
background-color: #AF0E2D;
}
.BgClassName
{
background-color: #AF0E2D;
}
</style>
border-color css
<style>
span { border-color: #AF0E2D; }
span { border-color: rgb(175,14,45); }
td.TdClassName
{
border-color: #AF0E2D;
}
.TagClassName
{
border-color: #AF0E2D;
}
</style>