Shades of Cardinal #AF1926
Tints of Cardinal #AF1926
RGB
CMYK
RGB Variations
Color information
#AF1926 (or 0xAF1926) is known color: Cardinal. HEX triplet: AF, 19 and 26. RGB value is (175,25,38). Sum of RGB (Red+Green+Blue) = 175+25+38=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1926 is #50E6D9. Grayscale: #474747. Windows color (decimal): -5301978 or 2496943. OLE color: 2496943.
HSL color Cylindrical-coordinate representation of color #AF1926: hue angle of 354.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 #AF1926 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 38 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.31 |
| HSL | 354.8º | 0.75% | 0.39% | - |
| HSV(B) | 354.8º | 0.86% | 0.69% | - |
| XYZ | 18.38 | 9.95 | 2.79 | - |
| YUV | 71.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 38 | 0 | 0.86 | 0.78 | 0.31 | 354.8 | 0.75 | 0.39 |
| Hex | AF | 19 | 26 | 0 | 56 | 4E | 1F | 163 | 4B | 27 |
| Octal | 257 | 31 | 46 | 0 | 126 | 116 | 37 | 543 | 113 | 47 |
| Binary | 10101111 | 11001 | 100110 | 0 | 1010110 | 1001110 | 11111 | 101100011 | 1001011 | 100111 |
Color Harmonies of #AF1926
Complementary color
Monochromatic Colors of #AF1926
Black with #AF1926
Text Example
Text Example
White with #AF1926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1926; }
p { color: rgb(175,25,38); }
H1.HeaderClassName
{
color: #AF1926;
}
.AnyTagClassName
{
color: #AF1926;
}
</style>
background-color css
<style>
a { background-color: #AF1926; }
a { background-color: rgb(175,25,38); }
div.DivClassName
{
background-color: #AF1926;
}
.BgClassName
{
background-color: #AF1926;
}
</style>
border-color css
<style>
span { border-color: #AF1926; }
span { border-color: rgb(175,25,38); }
td.TdClassName
{
border-color: #AF1926;
}
.TagClassName
{
border-color: #AF1926;
}
</style>