Shades of Cardinal #AF0F36
Tints of Cardinal #AF0F36
RGB
CMYK
RGB Variations
Color information
#AF0F36 (or 0xAF0F36) is known color: Cardinal. HEX triplet: AF, 0F and 36. RGB value is (175,15,54). Sum of RGB (Red+Green+Blue) = 175+15+54=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F36 is #50F0C9. Grayscale: #434343. Windows color (decimal): -5304522 or 3542959. OLE color: 3542959.
HSL color Cylindrical-coordinate representation of color #AF0F36: hue angle of 345.38º 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 #AF0F36 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 54 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.31 |
| HSL | 345.38º | 0.84% | 0.37% | - |
| HSV(B) | 345.38º | 0.91% | 0.69% | - |
| XYZ | 18.52 | 9.72 | 4.39 | - |
| YUV | 67.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 54 | 0 | 0.91 | 0.69 | 0.31 | 345.38 | 0.84 | 0.37 |
| Hex | AF | F | 36 | 0 | 5B | 45 | 1F | 159 | 54 | 25 |
| Octal | 257 | 17 | 66 | 0 | 133 | 105 | 37 | 531 | 124 | 45 |
| Binary | 10101111 | 1111 | 110110 | 0 | 1011011 | 1000101 | 11111 | 101011001 | 1010100 | 100101 |
Color Harmonies of #AF0F36
Complementary color
Monochromatic Colors of #AF0F36
Black with #AF0F36
Text Example
Text Example
White with #AF0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F36; }
p { color: rgb(175,15,54); }
H1.HeaderClassName
{
color: #AF0F36;
}
.AnyTagClassName
{
color: #AF0F36;
}
</style>
background-color css
<style>
a { background-color: #AF0F36; }
a { background-color: rgb(175,15,54); }
div.DivClassName
{
background-color: #AF0F36;
}
.BgClassName
{
background-color: #AF0F36;
}
</style>
border-color css
<style>
span { border-color: #AF0F36; }
span { border-color: rgb(175,15,54); }
td.TdClassName
{
border-color: #AF0F36;
}
.TagClassName
{
border-color: #AF0F36;
}
</style>