Shades of Cardinal #AF1844
Tints of Cardinal #AF1844
RGB
CMYK
RGB Variations
Color information
#AF1844 (or 0xAF1844) is known color: Cardinal. HEX triplet: AF, 18 and 44. RGB value is (175,24,68). Sum of RGB (Red+Green+Blue) = 175+24+68=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1844 is #50E7BB. Grayscale: #4A4A4A. Windows color (decimal): -5302204 or 4462767. OLE color: 4462767.
HSL color Cylindrical-coordinate representation of color #AF1844: hue angle of 342.52º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1844 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 68 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.31 |
| HSL | 342.52º | 0.76% | 0.39% | - |
| HSV(B) | 342.52º | 0.86% | 0.69% | - |
| XYZ | 19.05 | 10.18 | 6.43 | - |
| YUV | 74.17 | 124.53 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 68 | 0 | 0.86 | 0.61 | 0.31 | 342.52 | 0.76 | 0.39 |
| Hex | AF | 18 | 44 | 0 | 56 | 3D | 1F | 157 | 4C | 27 |
| Octal | 257 | 30 | 104 | 0 | 126 | 75 | 37 | 527 | 114 | 47 |
| Binary | 10101111 | 11000 | 1000100 | 0 | 1010110 | 111101 | 11111 | 101010111 | 1001100 | 100111 |
Color Harmonies of #AF1844
Complementary color
Monochromatic Colors of #AF1844
Black with #AF1844
Text Example
Text Example
White with #AF1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1844; }
p { color: rgb(175,24,68); }
H1.HeaderClassName
{
color: #AF1844;
}
.AnyTagClassName
{
color: #AF1844;
}
</style>
background-color css
<style>
a { background-color: #AF1844; }
a { background-color: rgb(175,24,68); }
div.DivClassName
{
background-color: #AF1844;
}
.BgClassName
{
background-color: #AF1844;
}
</style>
border-color css
<style>
span { border-color: #AF1844; }
span { border-color: rgb(175,24,68); }
td.TdClassName
{
border-color: #AF1844;
}
.TagClassName
{
border-color: #AF1844;
}
</style>