Shades of Cardinal #AF0F39
Tints of Cardinal #AF0F39
RGB
CMYK
RGB Variations
Color information
#AF0F39 (or 0xAF0F39) is known color: Cardinal. HEX triplet: AF, 0F and 39. RGB value is (175,15,57). Sum of RGB (Red+Green+Blue) = 175+15+57=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F39 is #50F0C6. Grayscale: #434343. Windows color (decimal): -5304519 or 3739567. OLE color: 3739567.
HSL color Cylindrical-coordinate representation of color #AF0F39: hue angle of 344.25º 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 #AF0F39 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 57 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.31 |
| HSL | 344.25º | 0.84% | 0.37% | - |
| HSV(B) | 344.25º | 0.91% | 0.69% | - |
| XYZ | 18.59 | 9.75 | 4.77 | - |
| YUV | 67.63 | 122.01 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 57 | 0 | 0.91 | 0.67 | 0.31 | 344.25 | 0.84 | 0.37 |
| Hex | AF | F | 39 | 0 | 5B | 43 | 1F | 158 | 54 | 25 |
| Octal | 257 | 17 | 71 | 0 | 133 | 103 | 37 | 530 | 124 | 45 |
| Binary | 10101111 | 1111 | 111001 | 0 | 1011011 | 1000011 | 11111 | 101011000 | 1010100 | 100101 |
Color Harmonies of #AF0F39
Complementary color
Monochromatic Colors of #AF0F39
Black with #AF0F39
Text Example
Text Example
White with #AF0F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F39; }
p { color: rgb(175,15,57); }
H1.HeaderClassName
{
color: #AF0F39;
}
.AnyTagClassName
{
color: #AF0F39;
}
</style>
background-color css
<style>
a { background-color: #AF0F39; }
a { background-color: rgb(175,15,57); }
div.DivClassName
{
background-color: #AF0F39;
}
.BgClassName
{
background-color: #AF0F39;
}
</style>
border-color css
<style>
span { border-color: #AF0F39; }
span { border-color: rgb(175,15,57); }
td.TdClassName
{
border-color: #AF0F39;
}
.TagClassName
{
border-color: #AF0F39;
}
</style>