Shades of Cardinal #AF0F33
Tints of Cardinal #AF0F33
RGB
CMYK
RGB Variations
Color information
#AF0F33 (or 0xAF0F33) is known color: Cardinal. HEX triplet: AF, 0F and 33. RGB value is (175,15,51). Sum of RGB (Red+Green+Blue) = 175+15+51=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F33 is #50F0CC. Grayscale: #424242. Windows color (decimal): -5304525 or 3346351. OLE color: 3346351.
HSL color Cylindrical-coordinate representation of color #AF0F33: hue angle of 346.5º 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 #AF0F33 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 51 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.31 |
| HSL | 346.5º | 0.84% | 0.37% | - |
| HSV(B) | 346.5º | 0.91% | 0.69% | - |
| XYZ | 18.45 | 9.69 | 4.03 | - |
| YUV | 66.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 51 | 0 | 0.91 | 0.71 | 0.31 | 346.5 | 0.84 | 0.37 |
| Hex | AF | F | 33 | 0 | 5B | 47 | 1F | 15A | 54 | 25 |
| Octal | 257 | 17 | 63 | 0 | 133 | 107 | 37 | 532 | 124 | 45 |
| Binary | 10101111 | 1111 | 110011 | 0 | 1011011 | 1000111 | 11111 | 101011010 | 1010100 | 100101 |
Color Harmonies of #AF0F33
Complementary color
Monochromatic Colors of #AF0F33
Black with #AF0F33
Text Example
Text Example
White with #AF0F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F33; }
p { color: rgb(175,15,51); }
H1.HeaderClassName
{
color: #AF0F33;
}
.AnyTagClassName
{
color: #AF0F33;
}
</style>
background-color css
<style>
a { background-color: #AF0F33; }
a { background-color: rgb(175,15,51); }
div.DivClassName
{
background-color: #AF0F33;
}
.BgClassName
{
background-color: #AF0F33;
}
</style>
border-color css
<style>
span { border-color: #AF0F33; }
span { border-color: rgb(175,15,51); }
td.TdClassName
{
border-color: #AF0F33;
}
.TagClassName
{
border-color: #AF0F33;
}
</style>