Shades of Cardinal #AF053A
Tints of Cardinal #AF053A
RGB
CMYK
RGB Variations
Color information
#AF053A (or 0xAF053A) is known color: Cardinal. HEX triplet: AF, 05 and 3A. RGB value is (175,5,58). Sum of RGB (Red+Green+Blue) = 175+5+58=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF053A is #50FAC5. Grayscale: #3D3D3D. Windows color (decimal): -5307078 or 3802543. OLE color: 3802543.
HSL color Cylindrical-coordinate representation of color #AF053A: hue angle of 341.29º 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 #AF053A is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 58 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.31 |
| HSL | 341.29º | 0.94% | 0.35% | - |
| HSV(B) | 341.29º | 0.97% | 0.69% | - |
| XYZ | 18.5 | 9.53 | 4.87 | - |
| YUV | 61.87 | 125.82 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 58 | 0 | 0.97 | 0.67 | 0.31 | 341.29 | 0.94 | 0.35 |
| Hex | AF | 5 | 3A | 0 | 61 | 43 | 1F | 155 | 5E | 23 |
| Octal | 257 | 5 | 72 | 0 | 141 | 103 | 37 | 525 | 136 | 43 |
| Binary | 10101111 | 101 | 111010 | 0 | 1100001 | 1000011 | 11111 | 101010101 | 1011110 | 100011 |
Color Harmonies of #AF053A
Complementary color
Monochromatic Colors of #AF053A
Black with #AF053A
Text Example
Text Example
White with #AF053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF053A; }
p { color: rgb(175,5,58); }
H1.HeaderClassName
{
color: #AF053A;
}
.AnyTagClassName
{
color: #AF053A;
}
</style>
background-color css
<style>
a { background-color: #AF053A; }
a { background-color: rgb(175,5,58); }
div.DivClassName
{
background-color: #AF053A;
}
.BgClassName
{
background-color: #AF053A;
}
</style>
border-color css
<style>
span { border-color: #AF053A; }
span { border-color: rgb(175,5,58); }
td.TdClassName
{
border-color: #AF053A;
}
.TagClassName
{
border-color: #AF053A;
}
</style>