Shades of Cardinal #AF1631
Tints of Cardinal #AF1631
RGB
CMYK
RGB Variations
Color information
#AF1631 (or 0xAF1631) is known color: Cardinal. HEX triplet: AF, 16 and 31. RGB value is (175,22,49). Sum of RGB (Red+Green+Blue) = 175+22+49=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1631 is #50E9CE. Grayscale: #464646. Windows color (decimal): -5302735 or 3217071. OLE color: 3217071.
HSL color Cylindrical-coordinate representation of color #AF1631: hue angle of 349.41º 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 #AF1631 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 49 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.31 |
| HSL | 349.41º | 0.78% | 0.39% | - |
| HSV(B) | 349.41º | 0.87% | 0.69% | - |
| XYZ | 18.52 | 9.91 | 3.84 | - |
| YUV | 70.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 49 | 0 | 0.87 | 0.72 | 0.31 | 349.41 | 0.78 | 0.39 |
| Hex | AF | 16 | 31 | 0 | 57 | 48 | 1F | 15D | 4E | 27 |
| Octal | 257 | 26 | 61 | 0 | 127 | 110 | 37 | 535 | 116 | 47 |
| Binary | 10101111 | 10110 | 110001 | 0 | 1010111 | 1001000 | 11111 | 101011101 | 1001110 | 100111 |
Color Harmonies of #AF1631
Complementary color
Monochromatic Colors of #AF1631
Black with #AF1631
Text Example
Text Example
White with #AF1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1631; }
p { color: rgb(175,22,49); }
H1.HeaderClassName
{
color: #AF1631;
}
.AnyTagClassName
{
color: #AF1631;
}
</style>
background-color css
<style>
a { background-color: #AF1631; }
a { background-color: rgb(175,22,49); }
div.DivClassName
{
background-color: #AF1631;
}
.BgClassName
{
background-color: #AF1631;
}
</style>
border-color css
<style>
span { border-color: #AF1631; }
span { border-color: rgb(175,22,49); }
td.TdClassName
{
border-color: #AF1631;
}
.TagClassName
{
border-color: #AF1631;
}
</style>