Shades of Cardinal #AF192B
Tints of Cardinal #AF192B
RGB
CMYK
RGB Variations
Color information
#AF192B (or 0xAF192B) is known color: Cardinal. HEX triplet: AF, 19 and 2B. RGB value is (175,25,43). Sum of RGB (Red+Green+Blue) = 175+25+43=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF192B is #50E6D4. Grayscale: #474747. Windows color (decimal): -5301973 or 2824623. OLE color: 2824623.
HSL color Cylindrical-coordinate representation of color #AF192B: hue angle of 352.8º 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 #AF192B is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 43 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.31 |
| HSL | 352.8º | 0.75% | 0.39% | - |
| HSV(B) | 352.8º | 0.86% | 0.69% | - |
| XYZ | 18.46 | 9.98 | 3.24 | - |
| YUV | 71.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 43 | 0 | 0.86 | 0.75 | 0.31 | 352.8 | 0.75 | 0.39 |
| Hex | AF | 19 | 2B | 0 | 56 | 4B | 1F | 161 | 4B | 27 |
| Octal | 257 | 31 | 53 | 0 | 126 | 113 | 37 | 541 | 113 | 47 |
| Binary | 10101111 | 11001 | 101011 | 0 | 1010110 | 1001011 | 11111 | 101100001 | 1001011 | 100111 |
Color Harmonies of #AF192B
Complementary color
Monochromatic Colors of #AF192B
Black with #AF192B
Text Example
Text Example
White with #AF192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF192B; }
p { color: rgb(175,25,43); }
H1.HeaderClassName
{
color: #AF192B;
}
.AnyTagClassName
{
color: #AF192B;
}
</style>
background-color css
<style>
a { background-color: #AF192B; }
a { background-color: rgb(175,25,43); }
div.DivClassName
{
background-color: #AF192B;
}
.BgClassName
{
background-color: #AF192B;
}
</style>
border-color css
<style>
span { border-color: #AF192B; }
span { border-color: rgb(175,25,43); }
td.TdClassName
{
border-color: #AF192B;
}
.TagClassName
{
border-color: #AF192B;
}
</style>