Shades of Cardinal #AF1231
Tints of Cardinal #AF1231
RGB
CMYK
RGB Variations
Color information
#AF1231 (or 0xAF1231) is known color: Cardinal. HEX triplet: AF, 12 and 31. RGB value is (175,18,49). Sum of RGB (Red+Green+Blue) = 175+18+49=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1231 is #50EDCE. Grayscale: #444444. Windows color (decimal): -5303759 or 3216047. OLE color: 3216047.
HSL color Cylindrical-coordinate representation of color #AF1231: hue angle of 348.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1231 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 49 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.31 |
| HSL | 348.15º | 0.81% | 0.38% | - |
| HSV(B) | 348.15º | 0.9% | 0.69% | - |
| XYZ | 18.45 | 9.77 | 3.82 | - |
| YUV | 68.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 49 | 0 | 0.90 | 0.72 | 0.31 | 348.15 | 0.81 | 0.38 |
| Hex | AF | 12 | 31 | 0 | 5A | 48 | 1F | 15C | 51 | 26 |
| Octal | 257 | 22 | 61 | 0 | 132 | 110 | 37 | 534 | 121 | 46 |
| Binary | 10101111 | 10010 | 110001 | 0 | 1011010 | 1001000 | 11111 | 101011100 | 1010001 | 100110 |
Color Harmonies of #AF1231
Complementary color
Monochromatic Colors of #AF1231
Black with #AF1231
Text Example
Text Example
White with #AF1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1231; }
p { color: rgb(175,18,49); }
H1.HeaderClassName
{
color: #AF1231;
}
.AnyTagClassName
{
color: #AF1231;
}
</style>
background-color css
<style>
a { background-color: #AF1231; }
a { background-color: rgb(175,18,49); }
div.DivClassName
{
background-color: #AF1231;
}
.BgClassName
{
background-color: #AF1231;
}
</style>
border-color css
<style>
span { border-color: #AF1231; }
span { border-color: rgb(175,18,49); }
td.TdClassName
{
border-color: #AF1231;
}
.TagClassName
{
border-color: #AF1231;
}
</style>