Shades of Cardinal #AF0940
Tints of Cardinal #AF0940
RGB
CMYK
RGB Variations
Color information
#AF0940 (or 0xAF0940) is known color: Cardinal. HEX triplet: AF, 09 and 40. RGB value is (175,9,64). Sum of RGB (Red+Green+Blue) = 175+9+64=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0940 is #50F6BF. Grayscale: #404040. Windows color (decimal): -5306048 or 4196783. OLE color: 4196783.
HSL color Cylindrical-coordinate representation of color #AF0940: hue angle of 340.12º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0940 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 64 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.31 |
| HSL | 340.12º | 0.9% | 0.36% | - |
| HSV(B) | 340.12º | 0.95% | 0.69% | - |
| XYZ | 18.7 | 9.68 | 5.73 | - |
| YUV | 64.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 64 | 0 | 0.95 | 0.63 | 0.31 | 340.12 | 0.9 | 0.36 |
| Hex | AF | 9 | 40 | 0 | 5F | 3F | 1F | 154 | 5A | 24 |
| Octal | 257 | 11 | 100 | 0 | 137 | 77 | 37 | 524 | 132 | 44 |
| Binary | 10101111 | 1001 | 1000000 | 0 | 1011111 | 111111 | 11111 | 101010100 | 1011010 | 100100 |
Color Harmonies of #AF0940
Complementary color
Monochromatic Colors of #AF0940
Black with #AF0940
Text Example
Text Example
White with #AF0940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0940; }
p { color: rgb(175,9,64); }
H1.HeaderClassName
{
color: #AF0940;
}
.AnyTagClassName
{
color: #AF0940;
}
</style>
background-color css
<style>
a { background-color: #AF0940; }
a { background-color: rgb(175,9,64); }
div.DivClassName
{
background-color: #AF0940;
}
.BgClassName
{
background-color: #AF0940;
}
</style>
border-color css
<style>
span { border-color: #AF0940; }
span { border-color: rgb(175,9,64); }
td.TdClassName
{
border-color: #AF0940;
}
.TagClassName
{
border-color: #AF0940;
}
</style>