Shades of Cardinal #AF0B41
Tints of Cardinal #AF0B41
RGB
CMYK
RGB Variations
Color information
#AF0B41 (or 0xAF0B41) is known color: Cardinal. HEX triplet: AF, 0B and 41. RGB value is (175,11,65). Sum of RGB (Red+Green+Blue) = 175+11+65=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0B41 is #50F4BE. Grayscale: #424242. Windows color (decimal): -5305535 or 4262831. OLE color: 4262831.
HSL color Cylindrical-coordinate representation of color #AF0B41: hue angle of 340.24º 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 #AF0B41 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 65 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.31 |
| HSL | 340.24º | 0.88% | 0.36% | - |
| HSV(B) | 340.24º | 0.94% | 0.69% | - |
| XYZ | 18.75 | 9.73 | 5.89 | - |
| YUV | 66.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 65 | 0 | 0.94 | 0.63 | 0.31 | 340.24 | 0.88 | 0.36 |
| Hex | AF | B | 41 | 0 | 5E | 3F | 1F | 154 | 58 | 24 |
| Octal | 257 | 13 | 101 | 0 | 136 | 77 | 37 | 524 | 130 | 44 |
| Binary | 10101111 | 1011 | 1000001 | 0 | 1011110 | 111111 | 11111 | 101010100 | 1011000 | 100100 |
Color Harmonies of #AF0B41
Complementary color
Monochromatic Colors of #AF0B41
Black with #AF0B41
Text Example
Text Example
White with #AF0B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0B41; }
p { color: rgb(175,11,65); }
H1.HeaderClassName
{
color: #AF0B41;
}
.AnyTagClassName
{
color: #AF0B41;
}
</style>
background-color css
<style>
a { background-color: #AF0B41; }
a { background-color: rgb(175,11,65); }
div.DivClassName
{
background-color: #AF0B41;
}
.BgClassName
{
background-color: #AF0B41;
}
</style>
border-color css
<style>
span { border-color: #AF0B41; }
span { border-color: rgb(175,11,65); }
td.TdClassName
{
border-color: #AF0B41;
}
.TagClassName
{
border-color: #AF0B41;
}
</style>