Shades of Cardinal #AF043D
Tints of Cardinal #AF043D
RGB
CMYK
RGB Variations
Color information
#AF043D (or 0xAF043D) is known color: Cardinal. HEX triplet: AF, 04 and 3D. RGB value is (175,4,61). Sum of RGB (Red+Green+Blue) = 175+4+61=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF043D is #50FBC2. Grayscale: #3D3D3D. Windows color (decimal): -5307331 or 3998895. OLE color: 3998895.
HSL color Cylindrical-coordinate representation of color #AF043D: hue angle of 340º degrees, saturation: 0.96, 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 #AF043D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 61 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.31 |
| HSL | 340º | 0.96% | 0.35% | - |
| HSV(B) | 340º | 0.98% | 0.69% | - |
| XYZ | 18.56 | 9.54 | 5.28 | - |
| YUV | 61.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 61 | 0 | 0.98 | 0.65 | 0.31 | 340 | 0.96 | 0.35 |
| Hex | AF | 4 | 3D | 0 | 62 | 41 | 1F | 154 | 60 | 23 |
| Octal | 257 | 4 | 75 | 0 | 142 | 101 | 37 | 524 | 140 | 43 |
| Binary | 10101111 | 100 | 111101 | 0 | 1100010 | 1000001 | 11111 | 101010100 | 1100000 | 100011 |
Color Harmonies of #AF043D
Complementary color
Monochromatic Colors of #AF043D
Black with #AF043D
Text Example
Text Example
White with #AF043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF043D; }
p { color: rgb(175,4,61); }
H1.HeaderClassName
{
color: #AF043D;
}
.AnyTagClassName
{
color: #AF043D;
}
</style>
background-color css
<style>
a { background-color: #AF043D; }
a { background-color: rgb(175,4,61); }
div.DivClassName
{
background-color: #AF043D;
}
.BgClassName
{
background-color: #AF043D;
}
</style>
border-color css
<style>
span { border-color: #AF043D; }
span { border-color: rgb(175,4,61); }
td.TdClassName
{
border-color: #AF043D;
}
.TagClassName
{
border-color: #AF043D;
}
</style>