Shades of Cardinal #AF033D
Tints of Cardinal #AF033D
RGB
CMYK
RGB Variations
Color information
#AF033D (or 0xAF033D) is known color: Cardinal. HEX triplet: AF, 03 and 3D. RGB value is (175,3,61). Sum of RGB (Red+Green+Blue) = 175+3+61=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF033D is #50FCC2. Grayscale: #3C3C3C. Windows color (decimal): -5307587 or 3998639. OLE color: 3998639.
HSL color Cylindrical-coordinate representation of color #AF033D: hue angle of 339.77º 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 #AF033D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.31 |
| HSL | 339.77º | 0.97% | 0.35% | - |
| HSV(B) | 339.77º | 0.98% | 0.69% | - |
| XYZ | 18.55 | 9.52 | 5.27 | - |
| YUV | 61.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 61 | 0 | 0.98 | 0.65 | 0.31 | 339.77 | 0.97 | 0.35 |
| Hex | AF | 3 | 3D | 0 | 62 | 41 | 1F | 154 | 61 | 23 |
| Octal | 257 | 3 | 75 | 0 | 142 | 101 | 37 | 524 | 141 | 43 |
| Binary | 10101111 | 11 | 111101 | 0 | 1100010 | 1000001 | 11111 | 101010100 | 1100001 | 100011 |
Color Harmonies of #AF033D
Complementary color
Monochromatic Colors of #AF033D
Black with #AF033D
Text Example
Text Example
White with #AF033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF033D; }
p { color: rgb(175,3,61); }
H1.HeaderClassName
{
color: #AF033D;
}
.AnyTagClassName
{
color: #AF033D;
}
</style>
background-color css
<style>
a { background-color: #AF033D; }
a { background-color: rgb(175,3,61); }
div.DivClassName
{
background-color: #AF033D;
}
.BgClassName
{
background-color: #AF033D;
}
</style>
border-color css
<style>
span { border-color: #AF033D; }
span { border-color: rgb(175,3,61); }
td.TdClassName
{
border-color: #AF033D;
}
.TagClassName
{
border-color: #AF033D;
}
</style>