Shades of Cardinal #AF1831
Tints of Cardinal #AF1831
RGB
CMYK
RGB Variations
Color information
#AF1831 (or 0xAF1831) is known color: Cardinal. HEX triplet: AF, 18 and 31. RGB value is (175,24,49). Sum of RGB (Red+Green+Blue) = 175+24+49=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1831 is #50E7CE. Grayscale: #484848. Windows color (decimal): -5302223 or 3217583. OLE color: 3217583.
HSL color Cylindrical-coordinate representation of color #AF1831: hue angle of 350.07º 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 #AF1831 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 49 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.31 |
| HSL | 350.07º | 0.76% | 0.39% | - |
| HSV(B) | 350.07º | 0.86% | 0.69% | - |
| XYZ | 18.56 | 9.99 | 3.86 | - |
| YUV | 72 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 49 | 0 | 0.86 | 0.72 | 0.31 | 350.07 | 0.76 | 0.39 |
| Hex | AF | 18 | 31 | 0 | 56 | 48 | 1F | 15E | 4C | 27 |
| Octal | 257 | 30 | 61 | 0 | 126 | 110 | 37 | 536 | 114 | 47 |
| Binary | 10101111 | 11000 | 110001 | 0 | 1010110 | 1001000 | 11111 | 101011110 | 1001100 | 100111 |
Color Harmonies of #AF1831
Complementary color
Monochromatic Colors of #AF1831
Black with #AF1831
Text Example
Text Example
White with #AF1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1831; }
p { color: rgb(175,24,49); }
H1.HeaderClassName
{
color: #AF1831;
}
.AnyTagClassName
{
color: #AF1831;
}
</style>
background-color css
<style>
a { background-color: #AF1831; }
a { background-color: rgb(175,24,49); }
div.DivClassName
{
background-color: #AF1831;
}
.BgClassName
{
background-color: #AF1831;
}
</style>
border-color css
<style>
span { border-color: #AF1831; }
span { border-color: rgb(175,24,49); }
td.TdClassName
{
border-color: #AF1831;
}
.TagClassName
{
border-color: #AF1831;
}
</style>