Shades of Cardinal #AF0337
Tints of Cardinal #AF0337
RGB
CMYK
RGB Variations
Color information
#AF0337 (or 0xAF0337) is known color: Cardinal. HEX triplet: AF, 03 and 37. RGB value is (175,3,55). Sum of RGB (Red+Green+Blue) = 175+3+55=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0337 is #50FCC8. Grayscale: #3C3C3C. Windows color (decimal): -5307593 or 3605423. OLE color: 3605423.
HSL color Cylindrical-coordinate representation of color #AF0337: hue angle of 341.86º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0337 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.31 |
| HSL | 341.86º | 0.97% | 0.35% | - |
| HSV(B) | 341.86º | 0.98% | 0.69% | - |
| XYZ | 18.4 | 9.45 | 4.47 | - |
| YUV | 60.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 55 | 0 | 0.98 | 0.69 | 0.31 | 341.86 | 0.97 | 0.35 |
| Hex | AF | 3 | 37 | 0 | 62 | 45 | 1F | 156 | 61 | 23 |
| Octal | 257 | 3 | 67 | 0 | 142 | 105 | 37 | 526 | 141 | 43 |
| Binary | 10101111 | 11 | 110111 | 0 | 1100010 | 1000101 | 11111 | 101010110 | 1100001 | 100011 |
Color Harmonies of #AF0337
Complementary color
Monochromatic Colors of #AF0337
Black with #AF0337
Text Example
Text Example
White with #AF0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0337; }
p { color: rgb(175,3,55); }
H1.HeaderClassName
{
color: #AF0337;
}
.AnyTagClassName
{
color: #AF0337;
}
</style>
background-color css
<style>
a { background-color: #AF0337; }
a { background-color: rgb(175,3,55); }
div.DivClassName
{
background-color: #AF0337;
}
.BgClassName
{
background-color: #AF0337;
}
</style>
border-color css
<style>
span { border-color: #AF0337; }
span { border-color: rgb(175,3,55); }
td.TdClassName
{
border-color: #AF0337;
}
.TagClassName
{
border-color: #AF0337;
}
</style>