Shades of Cardinal #AF0F42
Tints of Cardinal #AF0F42
RGB
CMYK
RGB Variations
Color information
#AF0F42 (or 0xAF0F42) is known color: Cardinal. HEX triplet: AF, 0F and 42. RGB value is (175,15,66). Sum of RGB (Red+Green+Blue) = 175+15+66=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F42 is #50F0BD. Grayscale: #444444. Windows color (decimal): -5304510 or 4329391. OLE color: 4329391.
HSL color Cylindrical-coordinate representation of color #AF0F42: hue angle of 340.88º 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 #AF0F42 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 66 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.31 |
| HSL | 340.88º | 0.84% | 0.37% | - |
| HSV(B) | 340.88º | 0.91% | 0.69% | - |
| XYZ | 18.83 | 9.85 | 6.06 | - |
| YUV | 68.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 66 | 0 | 0.91 | 0.62 | 0.31 | 340.88 | 0.84 | 0.37 |
| Hex | AF | F | 42 | 0 | 5B | 3E | 1F | 155 | 54 | 25 |
| Octal | 257 | 17 | 102 | 0 | 133 | 76 | 37 | 525 | 124 | 45 |
| Binary | 10101111 | 1111 | 1000010 | 0 | 1011011 | 111110 | 11111 | 101010101 | 1010100 | 100101 |
Color Harmonies of #AF0F42
Complementary color
Monochromatic Colors of #AF0F42
Black with #AF0F42
Text Example
Text Example
White with #AF0F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F42; }
p { color: rgb(175,15,66); }
H1.HeaderClassName
{
color: #AF0F42;
}
.AnyTagClassName
{
color: #AF0F42;
}
</style>
background-color css
<style>
a { background-color: #AF0F42; }
a { background-color: rgb(175,15,66); }
div.DivClassName
{
background-color: #AF0F42;
}
.BgClassName
{
background-color: #AF0F42;
}
</style>
border-color css
<style>
span { border-color: #AF0F42; }
span { border-color: rgb(175,15,66); }
td.TdClassName
{
border-color: #AF0F42;
}
.TagClassName
{
border-color: #AF0F42;
}
</style>