Shades of Cardinal #AF192F
Tints of Cardinal #AF192F
RGB
CMYK
RGB Variations
Color information
#AF192F (or 0xAF192F) is known color: Cardinal. HEX triplet: AF, 19 and 2F. RGB value is (175,25,47). Sum of RGB (Red+Green+Blue) = 175+25+47=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF192F is #50E6D0. Grayscale: #484848. Windows color (decimal): -5301969 or 3086767. OLE color: 3086767.
HSL color Cylindrical-coordinate representation of color #AF192F: hue angle of 351.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 #AF192F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 47 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.31 |
| HSL | 351.2º | 0.75% | 0.39% | - |
| HSV(B) | 351.2º | 0.86% | 0.69% | - |
| XYZ | 18.54 | 10.01 | 3.65 | - |
| YUV | 72.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 47 | 0 | 0.86 | 0.73 | 0.31 | 351.2 | 0.75 | 0.39 |
| Hex | AF | 19 | 2F | 0 | 56 | 49 | 1F | 15F | 4B | 27 |
| Octal | 257 | 31 | 57 | 0 | 126 | 111 | 37 | 537 | 113 | 47 |
| Binary | 10101111 | 11001 | 101111 | 0 | 1010110 | 1001001 | 11111 | 101011111 | 1001011 | 100111 |
Color Harmonies of #AF192F
Complementary color
Monochromatic Colors of #AF192F
Black with #AF192F
Text Example
Text Example
White with #AF192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF192F; }
p { color: rgb(175,25,47); }
H1.HeaderClassName
{
color: #AF192F;
}
.AnyTagClassName
{
color: #AF192F;
}
</style>
background-color css
<style>
a { background-color: #AF192F; }
a { background-color: rgb(175,25,47); }
div.DivClassName
{
background-color: #AF192F;
}
.BgClassName
{
background-color: #AF192F;
}
</style>
border-color css
<style>
span { border-color: #AF192F; }
span { border-color: rgb(175,25,47); }
td.TdClassName
{
border-color: #AF192F;
}
.TagClassName
{
border-color: #AF192F;
}
</style>