Shades of Cardinal #AF0636
Tints of Cardinal #AF0636
RGB
CMYK
RGB Variations
Color information
#AF0636 (or 0xAF0636) is known color: Cardinal. HEX triplet: AF, 06 and 36. RGB value is (175,6,54). Sum of RGB (Red+Green+Blue) = 175+6+54=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0636 is #50F9C9. Grayscale: #3D3D3D. Windows color (decimal): -5306826 or 3540655. OLE color: 3540655.
HSL color Cylindrical-coordinate representation of color #AF0636: hue angle of 342.96º 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 #AF0636 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 54 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.31 |
| HSL | 342.96º | 0.93% | 0.35% | - |
| HSV(B) | 342.96º | 0.97% | 0.69% | - |
| XYZ | 18.41 | 9.51 | 4.36 | - |
| YUV | 62 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 54 | 0 | 0.97 | 0.69 | 0.31 | 342.96 | 0.93 | 0.35 |
| Hex | AF | 6 | 36 | 0 | 61 | 45 | 1F | 157 | 5D | 23 |
| Octal | 257 | 6 | 66 | 0 | 141 | 105 | 37 | 527 | 135 | 43 |
| Binary | 10101111 | 110 | 110110 | 0 | 1100001 | 1000101 | 11111 | 101010111 | 1011101 | 100011 |
Color Harmonies of #AF0636
Complementary color
Monochromatic Colors of #AF0636
Black with #AF0636
Text Example
Text Example
White with #AF0636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0636; }
p { color: rgb(175,6,54); }
H1.HeaderClassName
{
color: #AF0636;
}
.AnyTagClassName
{
color: #AF0636;
}
</style>
background-color css
<style>
a { background-color: #AF0636; }
a { background-color: rgb(175,6,54); }
div.DivClassName
{
background-color: #AF0636;
}
.BgClassName
{
background-color: #AF0636;
}
</style>
border-color css
<style>
span { border-color: #AF0636; }
span { border-color: rgb(175,6,54); }
td.TdClassName
{
border-color: #AF0636;
}
.TagClassName
{
border-color: #AF0636;
}
</style>