Shades of Cardinal #AF0533
Tints of Cardinal #AF0533
RGB
CMYK
RGB Variations
Color information
#AF0533 (or 0xAF0533) is known color: Cardinal. HEX triplet: AF, 05 and 33. RGB value is (175,5,51). Sum of RGB (Red+Green+Blue) = 175+5+51=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0533 is #50FACC. Grayscale: #3D3D3D. Windows color (decimal): -5307085 or 3343791. OLE color: 3343791.
HSL color Cylindrical-coordinate representation of color #AF0533: hue angle of 343.76º degrees, saturation: 0.94, 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 #AF0533 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 51 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.31 |
| HSL | 343.76º | 0.94% | 0.35% | - |
| HSV(B) | 343.76º | 0.97% | 0.69% | - |
| XYZ | 18.33 | 9.46 | 3.99 | - |
| YUV | 61.07 | 122.32 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 51 | 0 | 0.97 | 0.71 | 0.31 | 343.76 | 0.94 | 0.35 |
| Hex | AF | 5 | 33 | 0 | 61 | 47 | 1F | 158 | 5E | 23 |
| Octal | 257 | 5 | 63 | 0 | 141 | 107 | 37 | 530 | 136 | 43 |
| Binary | 10101111 | 101 | 110011 | 0 | 1100001 | 1000111 | 11111 | 101011000 | 1011110 | 100011 |
Color Harmonies of #AF0533
Complementary color
Monochromatic Colors of #AF0533
Black with #AF0533
Text Example
Text Example
White with #AF0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0533; }
p { color: rgb(175,5,51); }
H1.HeaderClassName
{
color: #AF0533;
}
.AnyTagClassName
{
color: #AF0533;
}
</style>
background-color css
<style>
a { background-color: #AF0533; }
a { background-color: rgb(175,5,51); }
div.DivClassName
{
background-color: #AF0533;
}
.BgClassName
{
background-color: #AF0533;
}
</style>
border-color css
<style>
span { border-color: #AF0533; }
span { border-color: rgb(175,5,51); }
td.TdClassName
{
border-color: #AF0533;
}
.TagClassName
{
border-color: #AF0533;
}
</style>