Shades of Cardinal #AF093B
Tints of Cardinal #AF093B
RGB
CMYK
RGB Variations
Color information
#AF093B (or 0xAF093B) is known color: Cardinal. HEX triplet: AF, 09 and 3B. RGB value is (175,9,59). Sum of RGB (Red+Green+Blue) = 175+9+59=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF093B is #50F6C4. Grayscale: #404040. Windows color (decimal): -5306053 or 3869103. OLE color: 3869103.
HSL color Cylindrical-coordinate representation of color #AF093B: hue angle of 341.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF093B is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 59 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.31 |
| HSL | 341.93º | 0.9% | 0.36% | - |
| HSV(B) | 341.93º | 0.95% | 0.69% | - |
| XYZ | 18.57 | 9.63 | 5.02 | - |
| YUV | 64.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 59 | 0 | 0.95 | 0.66 | 0.31 | 341.93 | 0.9 | 0.36 |
| Hex | AF | 9 | 3B | 0 | 5F | 42 | 1F | 156 | 5A | 24 |
| Octal | 257 | 11 | 73 | 0 | 137 | 102 | 37 | 526 | 132 | 44 |
| Binary | 10101111 | 1001 | 111011 | 0 | 1011111 | 1000010 | 11111 | 101010110 | 1011010 | 100100 |
Color Harmonies of #AF093B
Complementary color
Monochromatic Colors of #AF093B
Black with #AF093B
Text Example
Text Example
White with #AF093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF093B; }
p { color: rgb(175,9,59); }
H1.HeaderClassName
{
color: #AF093B;
}
.AnyTagClassName
{
color: #AF093B;
}
</style>
background-color css
<style>
a { background-color: #AF093B; }
a { background-color: rgb(175,9,59); }
div.DivClassName
{
background-color: #AF093B;
}
.BgClassName
{
background-color: #AF093B;
}
</style>
border-color css
<style>
span { border-color: #AF093B; }
span { border-color: rgb(175,9,59); }
td.TdClassName
{
border-color: #AF093B;
}
.TagClassName
{
border-color: #AF093B;
}
</style>