Shades of Cardinal #AF1640
Tints of Cardinal #AF1640
RGB
CMYK
RGB Variations
Color information
#AF1640 (or 0xAF1640) is known color: Cardinal. HEX triplet: AF, 16 and 40. RGB value is (175,22,64). Sum of RGB (Red+Green+Blue) = 175+22+64=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1640 is #50E9BF. Grayscale: #484848. Windows color (decimal): -5302720 or 4200111. OLE color: 4200111.
HSL color Cylindrical-coordinate representation of color #AF1640: hue angle of 343.53º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1640 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 64 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.31 |
| HSL | 343.53º | 0.78% | 0.39% | - |
| HSV(B) | 343.53º | 0.87% | 0.69% | - |
| XYZ | 18.89 | 10.06 | 5.8 | - |
| YUV | 72.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 64 | 0 | 0.87 | 0.63 | 0.31 | 343.53 | 0.78 | 0.39 |
| Hex | AF | 16 | 40 | 0 | 57 | 3F | 1F | 158 | 4E | 27 |
| Octal | 257 | 26 | 100 | 0 | 127 | 77 | 37 | 530 | 116 | 47 |
| Binary | 10101111 | 10110 | 1000000 | 0 | 1010111 | 111111 | 11111 | 101011000 | 1001110 | 100111 |
Color Harmonies of #AF1640
Complementary color
Monochromatic Colors of #AF1640
Black with #AF1640
Text Example
Text Example
White with #AF1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1640; }
p { color: rgb(175,22,64); }
H1.HeaderClassName
{
color: #AF1640;
}
.AnyTagClassName
{
color: #AF1640;
}
</style>
background-color css
<style>
a { background-color: #AF1640; }
a { background-color: rgb(175,22,64); }
div.DivClassName
{
background-color: #AF1640;
}
.BgClassName
{
background-color: #AF1640;
}
</style>
border-color css
<style>
span { border-color: #AF1640; }
span { border-color: rgb(175,22,64); }
td.TdClassName
{
border-color: #AF1640;
}
.TagClassName
{
border-color: #AF1640;
}
</style>