Shades of Cardinal #AF212A
Tints of Cardinal #AF212A
RGB
CMYK
RGB Variations
Color information
#AF212A (or 0xAF212A) is known color: Cardinal. HEX triplet: AF, 21 and 2A. RGB value is (175,33,42). Sum of RGB (Red+Green+Blue) = 175+33+42=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF212A is #50DED5. Grayscale: #4C4C4C. Windows color (decimal): -5299926 or 2761135. OLE color: 2761135.
HSL color Cylindrical-coordinate representation of color #AF212A: hue angle of 356.2º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF212A is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 42 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.31 |
| HSL | 356.2º | 0.68% | 0.41% | - |
| HSV(B) | 356.2º | 0.81% | 0.69% | - |
| XYZ | 18.64 | 10.37 | 3.21 | - |
| YUV | 76.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 42 | 0 | 0.81 | 0.76 | 0.31 | 356.2 | 0.68 | 0.41 |
| Hex | AF | 21 | 2A | 0 | 51 | 4C | 1F | 164 | 44 | 29 |
| Octal | 257 | 41 | 52 | 0 | 121 | 114 | 37 | 544 | 104 | 51 |
| Binary | 10101111 | 100001 | 101010 | 0 | 1010001 | 1001100 | 11111 | 101100100 | 1000100 | 101001 |
Color Harmonies of #AF212A
Complementary color
Monochromatic Colors of #AF212A
Black with #AF212A
Text Example
Text Example
White with #AF212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF212A; }
p { color: rgb(175,33,42); }
H1.HeaderClassName
{
color: #AF212A;
}
.AnyTagClassName
{
color: #AF212A;
}
</style>
background-color css
<style>
a { background-color: #AF212A; }
a { background-color: rgb(175,33,42); }
div.DivClassName
{
background-color: #AF212A;
}
.BgClassName
{
background-color: #AF212A;
}
</style>
border-color css
<style>
span { border-color: #AF212A; }
span { border-color: rgb(175,33,42); }
td.TdClassName
{
border-color: #AF212A;
}
.TagClassName
{
border-color: #AF212A;
}
</style>