Shades of Cardinal #AF063F
Tints of Cardinal #AF063F
RGB
CMYK
RGB Variations
Color information
#AF063F (or 0xAF063F) is known color: Cardinal. HEX triplet: AF, 06 and 3F. RGB value is (175,6,63). Sum of RGB (Red+Green+Blue) = 175+6+63=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF063F is #50F9C0. Grayscale: #3E3E3E. Windows color (decimal): -5306817 or 4130479. OLE color: 4130479.
HSL color Cylindrical-coordinate representation of color #AF063F: hue angle of 339.76º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF063F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.31 |
| HSL | 339.76º | 0.93% | 0.35% | - |
| HSV(B) | 339.76º | 0.97% | 0.69% | - |
| XYZ | 18.64 | 9.6 | 5.57 | - |
| YUV | 63.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 63 | 0 | 0.97 | 0.64 | 0.31 | 339.76 | 0.93 | 0.35 |
| Hex | AF | 6 | 3F | 0 | 61 | 40 | 1F | 154 | 5D | 23 |
| Octal | 257 | 6 | 77 | 0 | 141 | 100 | 37 | 524 | 135 | 43 |
| Binary | 10101111 | 110 | 111111 | 0 | 1100001 | 1000000 | 11111 | 101010100 | 1011101 | 100011 |
Color Harmonies of #AF063F
Complementary color
Monochromatic Colors of #AF063F
Black with #AF063F
Text Example
Text Example
White with #AF063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF063F; }
p { color: rgb(175,6,63); }
H1.HeaderClassName
{
color: #AF063F;
}
.AnyTagClassName
{
color: #AF063F;
}
</style>
background-color css
<style>
a { background-color: #AF063F; }
a { background-color: rgb(175,6,63); }
div.DivClassName
{
background-color: #AF063F;
}
.BgClassName
{
background-color: #AF063F;
}
</style>
border-color css
<style>
span { border-color: #AF063F; }
span { border-color: rgb(175,6,63); }
td.TdClassName
{
border-color: #AF063F;
}
.TagClassName
{
border-color: #AF063F;
}
</style>