Shades of Cardinal #AF193E
Tints of Cardinal #AF193E
RGB
CMYK
RGB Variations
Color information
#AF193E (or 0xAF193E) is known color: Cardinal. HEX triplet: AF, 19 and 3E. RGB value is (175,25,62). Sum of RGB (Red+Green+Blue) = 175+25+62=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF193E is #50E6C1. Grayscale: #4A4A4A. Windows color (decimal): -5301954 or 4069807. OLE color: 4069807.
HSL color Cylindrical-coordinate representation of color #AF193E: hue angle of 345.2º 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 #AF193E is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 62 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.31 |
| HSL | 345.2º | 0.75% | 0.39% | - |
| HSV(B) | 345.2º | 0.86% | 0.69% | - |
| XYZ | 18.9 | 10.16 | 5.52 | - |
| YUV | 74.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 62 | 0 | 0.86 | 0.65 | 0.31 | 345.2 | 0.75 | 0.39 |
| Hex | AF | 19 | 3E | 0 | 56 | 41 | 1F | 159 | 4B | 27 |
| Octal | 257 | 31 | 76 | 0 | 126 | 101 | 37 | 531 | 113 | 47 |
| Binary | 10101111 | 11001 | 111110 | 0 | 1010110 | 1000001 | 11111 | 101011001 | 1001011 | 100111 |
Color Harmonies of #AF193E
Complementary color
Monochromatic Colors of #AF193E
Black with #AF193E
Text Example
Text Example
White with #AF193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF193E; }
p { color: rgb(175,25,62); }
H1.HeaderClassName
{
color: #AF193E;
}
.AnyTagClassName
{
color: #AF193E;
}
</style>
background-color css
<style>
a { background-color: #AF193E; }
a { background-color: rgb(175,25,62); }
div.DivClassName
{
background-color: #AF193E;
}
.BgClassName
{
background-color: #AF193E;
}
</style>
border-color css
<style>
span { border-color: #AF193E; }
span { border-color: rgb(175,25,62); }
td.TdClassName
{
border-color: #AF193E;
}
.TagClassName
{
border-color: #AF193E;
}
</style>