Shades of Cardinal #AF0431
Tints of Cardinal #AF0431
RGB
CMYK
RGB Variations
Color information
#AF0431 (or 0xAF0431) is known color: Cardinal. HEX triplet: AF, 04 and 31. RGB value is (175,4,49). Sum of RGB (Red+Green+Blue) = 175+4+49=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0431 is #50FBCE. Grayscale: #3C3C3C. Windows color (decimal): -5307343 or 3212463. OLE color: 3212463.
HSL color Cylindrical-coordinate representation of color #AF0431: hue angle of 344.21º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0431 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.31 |
| HSL | 344.21º | 0.96% | 0.35% | - |
| HSV(B) | 344.21º | 0.98% | 0.69% | - |
| XYZ | 18.28 | 9.42 | 3.76 | - |
| YUV | 60.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 49 | 0 | 0.98 | 0.72 | 0.31 | 344.21 | 0.96 | 0.35 |
| Hex | AF | 4 | 31 | 0 | 62 | 48 | 1F | 158 | 60 | 23 |
| Octal | 257 | 4 | 61 | 0 | 142 | 110 | 37 | 530 | 140 | 43 |
| Binary | 10101111 | 100 | 110001 | 0 | 1100010 | 1001000 | 11111 | 101011000 | 1100000 | 100011 |
Color Harmonies of #AF0431
Complementary color
Monochromatic Colors of #AF0431
Black with #AF0431
Text Example
Text Example
White with #AF0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0431; }
p { color: rgb(175,4,49); }
H1.HeaderClassName
{
color: #AF0431;
}
.AnyTagClassName
{
color: #AF0431;
}
</style>
background-color css
<style>
a { background-color: #AF0431; }
a { background-color: rgb(175,4,49); }
div.DivClassName
{
background-color: #AF0431;
}
.BgClassName
{
background-color: #AF0431;
}
</style>
border-color css
<style>
span { border-color: #AF0431; }
span { border-color: rgb(175,4,49); }
td.TdClassName
{
border-color: #AF0431;
}
.TagClassName
{
border-color: #AF0431;
}
</style>