Shades of Cardinal #AF2340
Tints of Cardinal #AF2340
RGB
CMYK
RGB Variations
Color information
#AF2340 (or 0xAF2340) is known color: Cardinal. HEX triplet: AF, 23 and 40. RGB value is (175,35,64). Sum of RGB (Red+Green+Blue) = 175+35+64=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2340 is #50DCBF. Grayscale: #505050. Windows color (decimal): -5299392 or 4203439. OLE color: 4203439.
HSL color Cylindrical-coordinate representation of color #AF2340: hue angle of 347.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2340 is Cyan = 0, Magento = 0.8, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 64 | - |
| CMYK | 0 | 0.8 | 0.63 | 0.31 |
| HSL | 347.57º | 0.67% | 0.41% | - |
| HSV(B) | 347.57º | 0.8% | 0.69% | - |
| XYZ | 19.21 | 10.69 | 5.9 | - |
| YUV | 80.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 64 | 0 | 0.8 | 0.63 | 0.31 | 347.57 | 0.67 | 0.41 |
| Hex | AF | 23 | 40 | 0 | 50 | 3F | 1F | 15C | 43 | 29 |
| Octal | 257 | 43 | 100 | 0 | 120 | 77 | 37 | 534 | 103 | 51 |
| Binary | 10101111 | 100011 | 1000000 | 0 | 1010000 | 111111 | 11111 | 101011100 | 1000011 | 101001 |
Color Harmonies of #AF2340
Complementary color
Monochromatic Colors of #AF2340
Black with #AF2340
Text Example
Text Example
White with #AF2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2340; }
p { color: rgb(175,35,64); }
H1.HeaderClassName
{
color: #AF2340;
}
.AnyTagClassName
{
color: #AF2340;
}
</style>
background-color css
<style>
a { background-color: #AF2340; }
a { background-color: rgb(175,35,64); }
div.DivClassName
{
background-color: #AF2340;
}
.BgClassName
{
background-color: #AF2340;
}
</style>
border-color css
<style>
span { border-color: #AF2340; }
span { border-color: rgb(175,35,64); }
td.TdClassName
{
border-color: #AF2340;
}
.TagClassName
{
border-color: #AF2340;
}
</style>