Shades of Cardinal #AF193C
Tints of Cardinal #AF193C
RGB
CMYK
RGB Variations
Color information
#AF193C (or 0xAF193C) is known color: Cardinal. HEX triplet: AF, 19 and 3C. RGB value is (175,25,60). Sum of RGB (Red+Green+Blue) = 175+25+60=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF193C is #50E6C3. Grayscale: #494949. Windows color (decimal): -5301956 or 3938735. OLE color: 3938735.
HSL color Cylindrical-coordinate representation of color #AF193C: hue angle of 346º degrees, saturation: 0.75, 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 #AF193C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 60 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.31 |
| HSL | 346º | 0.75% | 0.39% | - |
| HSV(B) | 346º | 0.86% | 0.69% | - |
| XYZ | 18.84 | 10.14 | 5.24 | - |
| YUV | 73.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 60 | 0 | 0.86 | 0.66 | 0.31 | 346 | 0.75 | 0.39 |
| Hex | AF | 19 | 3C | 0 | 56 | 42 | 1F | 15A | 4B | 27 |
| Octal | 257 | 31 | 74 | 0 | 126 | 102 | 37 | 532 | 113 | 47 |
| Binary | 10101111 | 11001 | 111100 | 0 | 1010110 | 1000010 | 11111 | 101011010 | 1001011 | 100111 |
Color Harmonies of #AF193C
Complementary color
Monochromatic Colors of #AF193C
Black with #AF193C
Text Example
Text Example
White with #AF193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF193C; }
p { color: rgb(175,25,60); }
H1.HeaderClassName
{
color: #AF193C;
}
.AnyTagClassName
{
color: #AF193C;
}
</style>
background-color css
<style>
a { background-color: #AF193C; }
a { background-color: rgb(175,25,60); }
div.DivClassName
{
background-color: #AF193C;
}
.BgClassName
{
background-color: #AF193C;
}
</style>
border-color css
<style>
span { border-color: #AF193C; }
span { border-color: rgb(175,25,60); }
td.TdClassName
{
border-color: #AF193C;
}
.TagClassName
{
border-color: #AF193C;
}
</style>