Shades of Cardinal #AF123F
Tints of Cardinal #AF123F
RGB
CMYK
RGB Variations
Color information
#AF123F (or 0xAF123F) is known color: Cardinal. HEX triplet: AF, 12 and 3F. RGB value is (175,18,63). Sum of RGB (Red+Green+Blue) = 175+18+63=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF123F is #50EDC0. Grayscale: #464646. Windows color (decimal): -5303745 or 4133551. OLE color: 4133551.
HSL color Cylindrical-coordinate representation of color #AF123F: hue angle of 342.8º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF123F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 63 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.31 |
| HSL | 342.8º | 0.81% | 0.38% | - |
| HSV(B) | 342.8º | 0.9% | 0.69% | - |
| XYZ | 18.79 | 9.91 | 5.62 | - |
| YUV | 70.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 63 | 0 | 0.90 | 0.64 | 0.31 | 342.8 | 0.81 | 0.38 |
| Hex | AF | 12 | 3F | 0 | 5A | 40 | 1F | 157 | 51 | 26 |
| Octal | 257 | 22 | 77 | 0 | 132 | 100 | 37 | 527 | 121 | 46 |
| Binary | 10101111 | 10010 | 111111 | 0 | 1011010 | 1000000 | 11111 | 101010111 | 1010001 | 100110 |
Color Harmonies of #AF123F
Complementary color
Monochromatic Colors of #AF123F
Black with #AF123F
Text Example
Text Example
White with #AF123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF123F; }
p { color: rgb(175,18,63); }
H1.HeaderClassName
{
color: #AF123F;
}
.AnyTagClassName
{
color: #AF123F;
}
</style>
background-color css
<style>
a { background-color: #AF123F; }
a { background-color: rgb(175,18,63); }
div.DivClassName
{
background-color: #AF123F;
}
.BgClassName
{
background-color: #AF123F;
}
</style>
border-color css
<style>
span { border-color: #AF123F; }
span { border-color: rgb(175,18,63); }
td.TdClassName
{
border-color: #AF123F;
}
.TagClassName
{
border-color: #AF123F;
}
</style>