Shades of Cardinal #AF0F2C
Tints of Cardinal #AF0F2C
RGB
CMYK
RGB Variations
Color information
#AF0F2C (or 0xAF0F2C) is known color: Cardinal. HEX triplet: AF, 0F and 2C. RGB value is (175,15,44). Sum of RGB (Red+Green+Blue) = 175+15+44=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F2C is #50F0D3. Grayscale: #424242. Windows color (decimal): -5304532 or 2887599. OLE color: 2887599.
HSL color Cylindrical-coordinate representation of color #AF0F2C: hue angle of 349.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F2C is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 44 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.31 |
| HSL | 349.13º | 0.84% | 0.37% | - |
| HSV(B) | 349.13º | 0.91% | 0.69% | - |
| XYZ | 18.3 | 9.64 | 3.28 | - |
| YUV | 66.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 44 | 0 | 0.91 | 0.75 | 0.31 | 349.13 | 0.84 | 0.37 |
| Hex | AF | F | 2C | 0 | 5B | 4B | 1F | 15D | 54 | 25 |
| Octal | 257 | 17 | 54 | 0 | 133 | 113 | 37 | 535 | 124 | 45 |
| Binary | 10101111 | 1111 | 101100 | 0 | 1011011 | 1001011 | 11111 | 101011101 | 1010100 | 100101 |
Color Harmonies of #AF0F2C
Complementary color
Monochromatic Colors of #AF0F2C
Black with #AF0F2C
Text Example
Text Example
White with #AF0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F2C; }
p { color: rgb(175,15,44); }
H1.HeaderClassName
{
color: #AF0F2C;
}
.AnyTagClassName
{
color: #AF0F2C;
}
</style>
background-color css
<style>
a { background-color: #AF0F2C; }
a { background-color: rgb(175,15,44); }
div.DivClassName
{
background-color: #AF0F2C;
}
.BgClassName
{
background-color: #AF0F2C;
}
</style>
border-color css
<style>
span { border-color: #AF0F2C; }
span { border-color: rgb(175,15,44); }
td.TdClassName
{
border-color: #AF0F2C;
}
.TagClassName
{
border-color: #AF0F2C;
}
</style>