Shades of Cardinal #AF1331
Tints of Cardinal #AF1331
RGB
CMYK
RGB Variations
Color information
#AF1331 (or 0xAF1331) is known color: Cardinal. HEX triplet: AF, 13 and 31. RGB value is (175,19,49). Sum of RGB (Red+Green+Blue) = 175+19+49=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1331 is #50ECCE. Grayscale: #454545. Windows color (decimal): -5303503 or 3216303. OLE color: 3216303.
HSL color Cylindrical-coordinate representation of color #AF1331: hue angle of 348.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1331 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 49 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.31 |
| HSL | 348.46º | 0.8% | 0.38% | - |
| HSV(B) | 348.46º | 0.89% | 0.69% | - |
| XYZ | 18.47 | 9.8 | 3.82 | - |
| YUV | 69.06 | 116.68 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 49 | 0 | 0.89 | 0.72 | 0.31 | 348.46 | 0.8 | 0.38 |
| Hex | AF | 13 | 31 | 0 | 59 | 48 | 1F | 15C | 50 | 26 |
| Octal | 257 | 23 | 61 | 0 | 131 | 110 | 37 | 534 | 120 | 46 |
| Binary | 10101111 | 10011 | 110001 | 0 | 1011001 | 1001000 | 11111 | 101011100 | 1010000 | 100110 |
Color Harmonies of #AF1331
Complementary color
Monochromatic Colors of #AF1331
Black with #AF1331
Text Example
Text Example
White with #AF1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1331; }
p { color: rgb(175,19,49); }
H1.HeaderClassName
{
color: #AF1331;
}
.AnyTagClassName
{
color: #AF1331;
}
</style>
background-color css
<style>
a { background-color: #AF1331; }
a { background-color: rgb(175,19,49); }
div.DivClassName
{
background-color: #AF1331;
}
.BgClassName
{
background-color: #AF1331;
}
</style>
border-color css
<style>
span { border-color: #AF1331; }
span { border-color: rgb(175,19,49); }
td.TdClassName
{
border-color: #AF1331;
}
.TagClassName
{
border-color: #AF1331;
}
</style>