Shades of Cardinal #AF0F44
Tints of Cardinal #AF0F44
RGB
CMYK
RGB Variations
Color information
#AF0F44 (or 0xAF0F44) is known color: Cardinal. HEX triplet: AF, 0F and 44. RGB value is (175,15,68). Sum of RGB (Red+Green+Blue) = 175+15+68=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F44 is #50F0BB. Grayscale: #444444. Windows color (decimal): -5304508 or 4460463. OLE color: 4460463.
HSL color Cylindrical-coordinate representation of color #AF0F44: hue angle of 340.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 #AF0F44 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 68 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.31 |
| HSL | 340.13º | 0.84% | 0.37% | - |
| HSV(B) | 340.13º | 0.91% | 0.69% | - |
| XYZ | 18.89 | 9.87 | 6.38 | - |
| YUV | 68.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 68 | 0 | 0.91 | 0.61 | 0.31 | 340.13 | 0.84 | 0.37 |
| Hex | AF | F | 44 | 0 | 5B | 3D | 1F | 154 | 54 | 25 |
| Octal | 257 | 17 | 104 | 0 | 133 | 75 | 37 | 524 | 124 | 45 |
| Binary | 10101111 | 1111 | 1000100 | 0 | 1011011 | 111101 | 11111 | 101010100 | 1010100 | 100101 |
Color Harmonies of #AF0F44
Complementary color
Monochromatic Colors of #AF0F44
Black with #AF0F44
Text Example
Text Example
White with #AF0F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F44; }
p { color: rgb(175,15,68); }
H1.HeaderClassName
{
color: #AF0F44;
}
.AnyTagClassName
{
color: #AF0F44;
}
</style>
background-color css
<style>
a { background-color: #AF0F44; }
a { background-color: rgb(175,15,68); }
div.DivClassName
{
background-color: #AF0F44;
}
.BgClassName
{
background-color: #AF0F44;
}
</style>
border-color css
<style>
span { border-color: #AF0F44; }
span { border-color: rgb(175,15,68); }
td.TdClassName
{
border-color: #AF0F44;
}
.TagClassName
{
border-color: #AF0F44;
}
</style>