Shades of Cardinal #AF2939
Tints of Cardinal #AF2939
RGB
CMYK
RGB Variations
Color information
#AF2939 (or 0xAF2939) is known color: Cardinal. HEX triplet: AF, 29 and 39. RGB value is (175,41,57). Sum of RGB (Red+Green+Blue) = 175+41+57=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2939 is #50D6C6. Grayscale: #525252. Windows color (decimal): -5297863 or 3746223. OLE color: 3746223.
HSL color Cylindrical-coordinate representation of color #AF2939: hue angle of 352.84º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2939 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 57 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.31 |
| HSL | 352.84º | 0.62% | 0.42% | - |
| HSV(B) | 352.84º | 0.77% | 0.69% | - |
| XYZ | 19.21 | 11 | 4.98 | - |
| YUV | 82.89 | 113.39 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 57 | 0 | 0.77 | 0.67 | 0.31 | 352.84 | 0.62 | 0.42 |
| Hex | AF | 29 | 39 | 0 | 4D | 43 | 1F | 161 | 3E | 2A |
| Octal | 257 | 51 | 71 | 0 | 115 | 103 | 37 | 541 | 76 | 52 |
| Binary | 10101111 | 101001 | 111001 | 0 | 1001101 | 1000011 | 11111 | 101100001 | 111110 | 101010 |
Color Harmonies of #AF2939
Complementary color
Monochromatic Colors of #AF2939
Black with #AF2939
Text Example
Text Example
White with #AF2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2939; }
p { color: rgb(175,41,57); }
H1.HeaderClassName
{
color: #AF2939;
}
.AnyTagClassName
{
color: #AF2939;
}
</style>
background-color css
<style>
a { background-color: #AF2939; }
a { background-color: rgb(175,41,57); }
div.DivClassName
{
background-color: #AF2939;
}
.BgClassName
{
background-color: #AF2939;
}
</style>
border-color css
<style>
span { border-color: #AF2939; }
span { border-color: rgb(175,41,57); }
td.TdClassName
{
border-color: #AF2939;
}
.TagClassName
{
border-color: #AF2939;
}
</style>