Shades of Cardinal #AF053B
Tints of Cardinal #AF053B
RGB
CMYK
RGB Variations
Color information
#AF053B (or 0xAF053B) is known color: Cardinal. HEX triplet: AF, 05 and 3B. RGB value is (175,5,59). Sum of RGB (Red+Green+Blue) = 175+5+59=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF053B is #50FAC4. Grayscale: #3D3D3D. Windows color (decimal): -5307077 or 3868079. OLE color: 3868079.
HSL color Cylindrical-coordinate representation of color #AF053B: hue angle of 340.94º 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 #AF053B is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 59 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.31 |
| HSL | 340.94º | 0.94% | 0.35% | - |
| HSV(B) | 340.94º | 0.97% | 0.69% | - |
| XYZ | 18.52 | 9.54 | 5 | - |
| YUV | 61.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 59 | 0 | 0.97 | 0.66 | 0.31 | 340.94 | 0.94 | 0.35 |
| Hex | AF | 5 | 3B | 0 | 61 | 42 | 1F | 155 | 5E | 23 |
| Octal | 257 | 5 | 73 | 0 | 141 | 102 | 37 | 525 | 136 | 43 |
| Binary | 10101111 | 101 | 111011 | 0 | 1100001 | 1000010 | 11111 | 101010101 | 1011110 | 100011 |
Color Harmonies of #AF053B
Complementary color
Monochromatic Colors of #AF053B
Black with #AF053B
Text Example
Text Example
White with #AF053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF053B; }
p { color: rgb(175,5,59); }
H1.HeaderClassName
{
color: #AF053B;
}
.AnyTagClassName
{
color: #AF053B;
}
</style>
background-color css
<style>
a { background-color: #AF053B; }
a { background-color: rgb(175,5,59); }
div.DivClassName
{
background-color: #AF053B;
}
.BgClassName
{
background-color: #AF053B;
}
</style>
border-color css
<style>
span { border-color: #AF053B; }
span { border-color: rgb(175,5,59); }
td.TdClassName
{
border-color: #AF053B;
}
.TagClassName
{
border-color: #AF053B;
}
</style>