Shades of Cardinal #AF0F34
Tints of Cardinal #AF0F34
RGB
CMYK
RGB Variations
Color information
#AF0F34 (or 0xAF0F34) is known color: Cardinal. HEX triplet: AF, 0F and 34. RGB value is (175,15,52). Sum of RGB (Red+Green+Blue) = 175+15+52=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F34 is #50F0CB. Grayscale: #434343. Windows color (decimal): -5304524 or 3411887. OLE color: 3411887.
HSL color Cylindrical-coordinate representation of color #AF0F34: hue angle of 346.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 #AF0F34 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 52 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.31 |
| HSL | 346.13º | 0.84% | 0.37% | - |
| HSV(B) | 346.13º | 0.91% | 0.69% | - |
| XYZ | 18.47 | 9.7 | 4.15 | - |
| YUV | 67.06 | 119.51 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 52 | 0 | 0.91 | 0.70 | 0.31 | 346.13 | 0.84 | 0.37 |
| Hex | AF | F | 34 | 0 | 5B | 46 | 1F | 15A | 54 | 25 |
| Octal | 257 | 17 | 64 | 0 | 133 | 106 | 37 | 532 | 124 | 45 |
| Binary | 10101111 | 1111 | 110100 | 0 | 1011011 | 1000110 | 11111 | 101011010 | 1010100 | 100101 |
Color Harmonies of #AF0F34
Complementary color
Monochromatic Colors of #AF0F34
Black with #AF0F34
Text Example
Text Example
White with #AF0F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F34; }
p { color: rgb(175,15,52); }
H1.HeaderClassName
{
color: #AF0F34;
}
.AnyTagClassName
{
color: #AF0F34;
}
</style>
background-color css
<style>
a { background-color: #AF0F34; }
a { background-color: rgb(175,15,52); }
div.DivClassName
{
background-color: #AF0F34;
}
.BgClassName
{
background-color: #AF0F34;
}
</style>
border-color css
<style>
span { border-color: #AF0F34; }
span { border-color: rgb(175,15,52); }
td.TdClassName
{
border-color: #AF0F34;
}
.TagClassName
{
border-color: #AF0F34;
}
</style>