Shades of Cardinal #AF243F
Tints of Cardinal #AF243F
RGB
CMYK
RGB Variations
Color information
#AF243F (or 0xAF243F) is known color: Cardinal. HEX triplet: AF, 24 and 3F. RGB value is (175,36,63). Sum of RGB (Red+Green+Blue) = 175+36+63=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF243F is #50DBC0. Grayscale: #505050. Windows color (decimal): -5299137 or 4138159. OLE color: 4138159.
HSL color Cylindrical-coordinate representation of color #AF243F: hue angle of 348.35º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF243F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 63 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.31 |
| HSL | 348.35º | 0.66% | 0.41% | - |
| HSV(B) | 348.35º | 0.79% | 0.69% | - |
| XYZ | 19.21 | 10.73 | 5.76 | - |
| YUV | 80.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 63 | 0 | 0.79 | 0.64 | 0.31 | 348.35 | 0.66 | 0.41 |
| Hex | AF | 24 | 3F | 0 | 4F | 40 | 1F | 15C | 42 | 29 |
| Octal | 257 | 44 | 77 | 0 | 117 | 100 | 37 | 534 | 102 | 51 |
| Binary | 10101111 | 100100 | 111111 | 0 | 1001111 | 1000000 | 11111 | 101011100 | 1000010 | 101001 |
Color Harmonies of #AF243F
Complementary color
Monochromatic Colors of #AF243F
Black with #AF243F
Text Example
Text Example
White with #AF243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF243F; }
p { color: rgb(175,36,63); }
H1.HeaderClassName
{
color: #AF243F;
}
.AnyTagClassName
{
color: #AF243F;
}
</style>
background-color css
<style>
a { background-color: #AF243F; }
a { background-color: rgb(175,36,63); }
div.DivClassName
{
background-color: #AF243F;
}
.BgClassName
{
background-color: #AF243F;
}
</style>
border-color css
<style>
span { border-color: #AF243F; }
span { border-color: rgb(175,36,63); }
td.TdClassName
{
border-color: #AF243F;
}
.TagClassName
{
border-color: #AF243F;
}
</style>