Shades of Cardinal #AF143C
Tints of Cardinal #AF143C
RGB
CMYK
RGB Variations
Color information
#AF143C (or 0xAF143C) is known color: Cardinal. HEX triplet: AF, 14 and 3C. RGB value is (175,20,60). Sum of RGB (Red+Green+Blue) = 175+20+60=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF143C is #50EBC3. Grayscale: #464646. Windows color (decimal): -5303236 or 3937455. OLE color: 3937455.
HSL color Cylindrical-coordinate representation of color #AF143C: hue angle of 344.52º 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 #AF143C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 60 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.31 |
| HSL | 344.52º | 0.79% | 0.38% | - |
| HSV(B) | 344.52º | 0.89% | 0.69% | - |
| XYZ | 18.74 | 9.94 | 5.21 | - |
| YUV | 70.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 60 | 0 | 0.89 | 0.66 | 0.31 | 344.52 | 0.79 | 0.38 |
| Hex | AF | 14 | 3C | 0 | 59 | 42 | 1F | 159 | 4F | 26 |
| Octal | 257 | 24 | 74 | 0 | 131 | 102 | 37 | 531 | 117 | 46 |
| Binary | 10101111 | 10100 | 111100 | 0 | 1011001 | 1000010 | 11111 | 101011001 | 1001111 | 100110 |
Color Harmonies of #AF143C
Complementary color
Monochromatic Colors of #AF143C
Black with #AF143C
Text Example
Text Example
White with #AF143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF143C; }
p { color: rgb(175,20,60); }
H1.HeaderClassName
{
color: #AF143C;
}
.AnyTagClassName
{
color: #AF143C;
}
</style>
background-color css
<style>
a { background-color: #AF143C; }
a { background-color: rgb(175,20,60); }
div.DivClassName
{
background-color: #AF143C;
}
.BgClassName
{
background-color: #AF143C;
}
</style>
border-color css
<style>
span { border-color: #AF143C; }
span { border-color: rgb(175,20,60); }
td.TdClassName
{
border-color: #AF143C;
}
.TagClassName
{
border-color: #AF143C;
}
</style>