Shades of Cardinal #AF0B42
Tints of Cardinal #AF0B42
RGB
CMYK
RGB Variations
Color information
#AF0B42 (or 0xAF0B42) is known color: Cardinal. HEX triplet: AF, 0B and 42. RGB value is (175,11,66). Sum of RGB (Red+Green+Blue) = 175+11+66=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B42 is #50F4BD. Grayscale: #424242. Windows color (decimal): -5305534 or 4328367. OLE color: 4328367.
HSL color Cylindrical-coordinate representation of color #AF0B42: hue angle of 339.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B42 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 66 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.31 |
| HSL | 339.88º | 0.88% | 0.36% | - |
| HSV(B) | 339.88º | 0.94% | 0.69% | - |
| XYZ | 18.78 | 9.75 | 6.05 | - |
| YUV | 66.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 66 | 0 | 0.94 | 0.62 | 0.31 | 339.88 | 0.88 | 0.36 |
| Hex | AF | B | 42 | 0 | 5E | 3E | 1F | 154 | 58 | 24 |
| Octal | 257 | 13 | 102 | 0 | 136 | 76 | 37 | 524 | 130 | 44 |
| Binary | 10101111 | 1011 | 1000010 | 0 | 1011110 | 111110 | 11111 | 101010100 | 1011000 | 100100 |
Color Harmonies of #AF0B42
Complementary color
Monochromatic Colors of #AF0B42
Black with #AF0B42
Text Example
Text Example
White with #AF0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B42; }
p { color: rgb(175,11,66); }
H1.HeaderClassName
{
color: #AF0B42;
}
.AnyTagClassName
{
color: #AF0B42;
}
</style>
background-color css
<style>
a { background-color: #AF0B42; }
a { background-color: rgb(175,11,66); }
div.DivClassName
{
background-color: #AF0B42;
}
.BgClassName
{
background-color: #AF0B42;
}
</style>
border-color css
<style>
span { border-color: #AF0B42; }
span { border-color: rgb(175,11,66); }
td.TdClassName
{
border-color: #AF0B42;
}
.TagClassName
{
border-color: #AF0B42;
}
</style>