Shades of Cardinal #AF0637
Tints of Cardinal #AF0637
RGB
CMYK
RGB Variations
Color information
#AF0637 (or 0xAF0637) is known color: Cardinal. HEX triplet: AF, 06 and 37. RGB value is (175,6,55). Sum of RGB (Red+Green+Blue) = 175+6+55=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0637 is #50F9C8. Grayscale: #3E3E3E. Windows color (decimal): -5306825 or 3606191. OLE color: 3606191.
HSL color Cylindrical-coordinate representation of color #AF0637: hue angle of 342.6º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0637 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.31 |
| HSL | 342.6º | 0.93% | 0.35% | - |
| HSV(B) | 342.6º | 0.97% | 0.69% | - |
| XYZ | 18.43 | 9.52 | 4.48 | - |
| YUV | 62.12 | 123.99 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 55 | 0 | 0.97 | 0.69 | 0.31 | 342.6 | 0.93 | 0.35 |
| Hex | AF | 6 | 37 | 0 | 61 | 45 | 1F | 157 | 5D | 23 |
| Octal | 257 | 6 | 67 | 0 | 141 | 105 | 37 | 527 | 135 | 43 |
| Binary | 10101111 | 110 | 110111 | 0 | 1100001 | 1000101 | 11111 | 101010111 | 1011101 | 100011 |
Color Harmonies of #AF0637
Complementary color
Monochromatic Colors of #AF0637
Black with #AF0637
Text Example
Text Example
White with #AF0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0637; }
p { color: rgb(175,6,55); }
H1.HeaderClassName
{
color: #AF0637;
}
.AnyTagClassName
{
color: #AF0637;
}
</style>
background-color css
<style>
a { background-color: #AF0637; }
a { background-color: rgb(175,6,55); }
div.DivClassName
{
background-color: #AF0637;
}
.BgClassName
{
background-color: #AF0637;
}
</style>
border-color css
<style>
span { border-color: #AF0637; }
span { border-color: rgb(175,6,55); }
td.TdClassName
{
border-color: #AF0637;
}
.TagClassName
{
border-color: #AF0637;
}
</style>