Shades of Cardinal #AF0633
Tints of Cardinal #AF0633
RGB
CMYK
RGB Variations
Color information
#AF0633 (or 0xAF0633) is known color: Cardinal. HEX triplet: AF, 06 and 33. RGB value is (175,6,51). Sum of RGB (Red+Green+Blue) = 175+6+51=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0633 is #50F9CC. Grayscale: #3D3D3D. Windows color (decimal): -5306829 or 3344047. OLE color: 3344047.
HSL color Cylindrical-coordinate representation of color #AF0633: hue angle of 344.02º 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 #AF0633 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.31 |
| HSL | 344.02º | 0.93% | 0.35% | - |
| HSV(B) | 344.02º | 0.97% | 0.69% | - |
| XYZ | 18.34 | 9.48 | 4 | - |
| YUV | 61.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 51 | 0 | 0.97 | 0.71 | 0.31 | 344.02 | 0.93 | 0.35 |
| Hex | AF | 6 | 33 | 0 | 61 | 47 | 1F | 158 | 5D | 23 |
| Octal | 257 | 6 | 63 | 0 | 141 | 107 | 37 | 530 | 135 | 43 |
| Binary | 10101111 | 110 | 110011 | 0 | 1100001 | 1000111 | 11111 | 101011000 | 1011101 | 100011 |
Color Harmonies of #AF0633
Complementary color
Monochromatic Colors of #AF0633
Black with #AF0633
Text Example
Text Example
White with #AF0633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0633; }
p { color: rgb(175,6,51); }
H1.HeaderClassName
{
color: #AF0633;
}
.AnyTagClassName
{
color: #AF0633;
}
</style>
background-color css
<style>
a { background-color: #AF0633; }
a { background-color: rgb(175,6,51); }
div.DivClassName
{
background-color: #AF0633;
}
.BgClassName
{
background-color: #AF0633;
}
</style>
border-color css
<style>
span { border-color: #AF0633; }
span { border-color: rgb(175,6,51); }
td.TdClassName
{
border-color: #AF0633;
}
.TagClassName
{
border-color: #AF0633;
}
</style>