Shades of Cardinal #AF2138
Tints of Cardinal #AF2138
RGB
CMYK
RGB Variations
Color information
#AF2138 (or 0xAF2138) is known color: Cardinal. HEX triplet: AF, 21 and 38. RGB value is (175,33,56). Sum of RGB (Red+Green+Blue) = 175+33+56=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2138 is #50DEC7. Grayscale: #4E4E4E. Windows color (decimal): -5299912 or 3678639. OLE color: 3678639.
HSL color Cylindrical-coordinate representation of color #AF2138: hue angle of 350.28º 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 #AF2138 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 56 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.31 |
| HSL | 350.28º | 0.68% | 0.41% | - |
| HSV(B) | 350.28º | 0.81% | 0.69% | - |
| XYZ | 18.94 | 10.49 | 4.77 | - |
| YUV | 78.08 | 115.54 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 56 | 0 | 0.81 | 0.68 | 0.31 | 350.28 | 0.68 | 0.41 |
| Hex | AF | 21 | 38 | 0 | 51 | 44 | 1F | 15E | 44 | 29 |
| Octal | 257 | 41 | 70 | 0 | 121 | 104 | 37 | 536 | 104 | 51 |
| Binary | 10101111 | 100001 | 111000 | 0 | 1010001 | 1000100 | 11111 | 101011110 | 1000100 | 101001 |
Color Harmonies of #AF2138
Complementary color
Monochromatic Colors of #AF2138
Black with #AF2138
Text Example
Text Example
White with #AF2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2138; }
p { color: rgb(175,33,56); }
H1.HeaderClassName
{
color: #AF2138;
}
.AnyTagClassName
{
color: #AF2138;
}
</style>
background-color css
<style>
a { background-color: #AF2138; }
a { background-color: rgb(175,33,56); }
div.DivClassName
{
background-color: #AF2138;
}
.BgClassName
{
background-color: #AF2138;
}
</style>
border-color css
<style>
span { border-color: #AF2138; }
span { border-color: rgb(175,33,56); }
td.TdClassName
{
border-color: #AF2138;
}
.TagClassName
{
border-color: #AF2138;
}
</style>