Shades of Cardinal #AF1443
Tints of Cardinal #AF1443
RGB
CMYK
RGB Variations
Color information
#AF1443 (or 0xAF1443) is known color: Cardinal. HEX triplet: AF, 14 and 43. RGB value is (175,20,67). Sum of RGB (Red+Green+Blue) = 175+20+67=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1443 is #50EBBC. Grayscale: #474747. Windows color (decimal): -5303229 or 4396207. OLE color: 4396207.
HSL color Cylindrical-coordinate representation of color #AF1443: hue angle of 341.81º degrees, saturation: 0.79, 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 #AF1443 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 67 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.31 |
| HSL | 341.81º | 0.79% | 0.38% | - |
| HSV(B) | 341.81º | 0.89% | 0.69% | - |
| XYZ | 18.94 | 10.02 | 6.25 | - |
| YUV | 71.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 67 | 0 | 0.89 | 0.62 | 0.31 | 341.81 | 0.79 | 0.38 |
| Hex | AF | 14 | 43 | 0 | 59 | 3E | 1F | 156 | 4F | 26 |
| Octal | 257 | 24 | 103 | 0 | 131 | 76 | 37 | 526 | 117 | 46 |
| Binary | 10101111 | 10100 | 1000011 | 0 | 1011001 | 111110 | 11111 | 101010110 | 1001111 | 100110 |
Color Harmonies of #AF1443
Complementary color
Monochromatic Colors of #AF1443
Black with #AF1443
Text Example
Text Example
White with #AF1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1443; }
p { color: rgb(175,20,67); }
H1.HeaderClassName
{
color: #AF1443;
}
.AnyTagClassName
{
color: #AF1443;
}
</style>
background-color css
<style>
a { background-color: #AF1443; }
a { background-color: rgb(175,20,67); }
div.DivClassName
{
background-color: #AF1443;
}
.BgClassName
{
background-color: #AF1443;
}
</style>
border-color css
<style>
span { border-color: #AF1443; }
span { border-color: rgb(175,20,67); }
td.TdClassName
{
border-color: #AF1443;
}
.TagClassName
{
border-color: #AF1443;
}
</style>