Shades of Cardinal #AF083F
Tints of Cardinal #AF083F
RGB
CMYK
RGB Variations
Color information
#AF083F (or 0xAF083F) is known color: Cardinal. HEX triplet: AF, 08 and 3F. RGB value is (175,8,63). Sum of RGB (Red+Green+Blue) = 175+8+63=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF083F is #50F7C0. Grayscale: #404040. Windows color (decimal): -5306305 or 4130991. OLE color: 4130991.
HSL color Cylindrical-coordinate representation of color #AF083F: hue angle of 340.24º degrees, saturation: 0.91, 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 #AF083F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 63 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.31 |
| HSL | 340.24º | 0.91% | 0.36% | - |
| HSV(B) | 340.24º | 0.95% | 0.69% | - |
| XYZ | 18.66 | 9.65 | 5.58 | - |
| YUV | 64.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 63 | 0 | 0.95 | 0.64 | 0.31 | 340.24 | 0.91 | 0.36 |
| Hex | AF | 8 | 3F | 0 | 5F | 40 | 1F | 154 | 5B | 24 |
| Octal | 257 | 10 | 77 | 0 | 137 | 100 | 37 | 524 | 133 | 44 |
| Binary | 10101111 | 1000 | 111111 | 0 | 1011111 | 1000000 | 11111 | 101010100 | 1011011 | 100100 |
Color Harmonies of #AF083F
Complementary color
Monochromatic Colors of #AF083F
Black with #AF083F
Text Example
Text Example
White with #AF083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF083F; }
p { color: rgb(175,8,63); }
H1.HeaderClassName
{
color: #AF083F;
}
.AnyTagClassName
{
color: #AF083F;
}
</style>
background-color css
<style>
a { background-color: #AF083F; }
a { background-color: rgb(175,8,63); }
div.DivClassName
{
background-color: #AF083F;
}
.BgClassName
{
background-color: #AF083F;
}
</style>
border-color css
<style>
span { border-color: #AF083F; }
span { border-color: rgb(175,8,63); }
td.TdClassName
{
border-color: #AF083F;
}
.TagClassName
{
border-color: #AF083F;
}
</style>