Shades of Cardinal #AF053E
Tints of Cardinal #AF053E
RGB
CMYK
RGB Variations
Color information
#AF053E (or 0xAF053E) is known color: Cardinal. HEX triplet: AF, 05 and 3E. RGB value is (175,5,62). Sum of RGB (Red+Green+Blue) = 175+5+62=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF053E is #50FAC1. Grayscale: #3E3E3E. Windows color (decimal): -5307074 or 4064687. OLE color: 4064687.
HSL color Cylindrical-coordinate representation of color #AF053E: hue angle of 339.88º degrees, saturation: 0.94, 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 #AF053E is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 62 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.31 |
| HSL | 339.88º | 0.94% | 0.35% | - |
| HSV(B) | 339.88º | 0.97% | 0.69% | - |
| XYZ | 18.6 | 9.57 | 5.42 | - |
| YUV | 62.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 62 | 0 | 0.97 | 0.65 | 0.31 | 339.88 | 0.94 | 0.35 |
| Hex | AF | 5 | 3E | 0 | 61 | 41 | 1F | 154 | 5E | 23 |
| Octal | 257 | 5 | 76 | 0 | 141 | 101 | 37 | 524 | 136 | 43 |
| Binary | 10101111 | 101 | 111110 | 0 | 1100001 | 1000001 | 11111 | 101010100 | 1011110 | 100011 |
Color Harmonies of #AF053E
Complementary color
Monochromatic Colors of #AF053E
Black with #AF053E
Text Example
Text Example
White with #AF053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF053E; }
p { color: rgb(175,5,62); }
H1.HeaderClassName
{
color: #AF053E;
}
.AnyTagClassName
{
color: #AF053E;
}
</style>
background-color css
<style>
a { background-color: #AF053E; }
a { background-color: rgb(175,5,62); }
div.DivClassName
{
background-color: #AF053E;
}
.BgClassName
{
background-color: #AF053E;
}
</style>
border-color css
<style>
span { border-color: #AF053E; }
span { border-color: rgb(175,5,62); }
td.TdClassName
{
border-color: #AF053E;
}
.TagClassName
{
border-color: #AF053E;
}
</style>