Shades of Cardinal #AF1145
Tints of Cardinal #AF1145
RGB
CMYK
RGB Variations
Color information
#AF1145 (or 0xAF1145) is known color: Cardinal. HEX triplet: AF, 11 and 45. RGB value is (175,17,69). Sum of RGB (Red+Green+Blue) = 175+17+69=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1145 is #50EEBA. Grayscale: #464646. Windows color (decimal): -5303995 or 4526511. OLE color: 4526511.
HSL color Cylindrical-coordinate representation of color #AF1145: hue angle of 340.25º degrees, saturation: 0.82, 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 #AF1145 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 69 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.31 |
| HSL | 340.25º | 0.82% | 0.38% | - |
| HSV(B) | 340.25º | 0.9% | 0.69% | - |
| XYZ | 18.95 | 9.94 | 6.55 | - |
| YUV | 70.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 69 | 0 | 0.90 | 0.61 | 0.31 | 340.25 | 0.82 | 0.38 |
| Hex | AF | 11 | 45 | 0 | 5A | 3D | 1F | 154 | 52 | 26 |
| Octal | 257 | 21 | 105 | 0 | 132 | 75 | 37 | 524 | 122 | 46 |
| Binary | 10101111 | 10001 | 1000101 | 0 | 1011010 | 111101 | 11111 | 101010100 | 1010010 | 100110 |
Color Harmonies of #AF1145
Complementary color
Monochromatic Colors of #AF1145
Black with #AF1145
Text Example
Text Example
White with #AF1145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1145; }
p { color: rgb(175,17,69); }
H1.HeaderClassName
{
color: #AF1145;
}
.AnyTagClassName
{
color: #AF1145;
}
</style>
background-color css
<style>
a { background-color: #AF1145; }
a { background-color: rgb(175,17,69); }
div.DivClassName
{
background-color: #AF1145;
}
.BgClassName
{
background-color: #AF1145;
}
</style>
border-color css
<style>
span { border-color: #AF1145; }
span { border-color: rgb(175,17,69); }
td.TdClassName
{
border-color: #AF1145;
}
.TagClassName
{
border-color: #AF1145;
}
</style>