Shades of Cardinal #AF033E
Tints of Cardinal #AF033E
RGB
CMYK
RGB Variations
Color information
#AF033E (or 0xAF033E) is known color: Cardinal. HEX triplet: AF, 03 and 3E. RGB value is (175,3,62). Sum of RGB (Red+Green+Blue) = 175+3+62=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF033E is #50FCC1. Grayscale: #3D3D3D. Windows color (decimal): -5307586 or 4064175. OLE color: 4064175.
HSL color Cylindrical-coordinate representation of color #AF033E: hue angle of 339.42º 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 #AF033E is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 62 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.31 |
| HSL | 339.42º | 0.97% | 0.35% | - |
| HSV(B) | 339.42º | 0.98% | 0.69% | - |
| XYZ | 18.58 | 9.53 | 5.42 | - |
| YUV | 61.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 62 | 0 | 0.98 | 0.65 | 0.31 | 339.42 | 0.97 | 0.35 |
| Hex | AF | 3 | 3E | 0 | 62 | 41 | 1F | 153 | 61 | 23 |
| Octal | 257 | 3 | 76 | 0 | 142 | 101 | 37 | 523 | 141 | 43 |
| Binary | 10101111 | 11 | 111110 | 0 | 1100010 | 1000001 | 11111 | 101010011 | 1100001 | 100011 |
Color Harmonies of #AF033E
Complementary color
Monochromatic Colors of #AF033E
Black with #AF033E
Text Example
Text Example
White with #AF033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF033E; }
p { color: rgb(175,3,62); }
H1.HeaderClassName
{
color: #AF033E;
}
.AnyTagClassName
{
color: #AF033E;
}
</style>
background-color css
<style>
a { background-color: #AF033E; }
a { background-color: rgb(175,3,62); }
div.DivClassName
{
background-color: #AF033E;
}
.BgClassName
{
background-color: #AF033E;
}
</style>
border-color css
<style>
span { border-color: #AF033E; }
span { border-color: rgb(175,3,62); }
td.TdClassName
{
border-color: #AF033E;
}
.TagClassName
{
border-color: #AF033E;
}
</style>