Shades of Cardinal #AF123B
Tints of Cardinal #AF123B
RGB
CMYK
RGB Variations
Color information
#AF123B (or 0xAF123B) is known color: Cardinal. HEX triplet: AF, 12 and 3B. RGB value is (175,18,59). Sum of RGB (Red+Green+Blue) = 175+18+59=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF123B is #50EDC4. Grayscale: #454545. Windows color (decimal): -5303749 or 3871407. OLE color: 3871407.
HSL color Cylindrical-coordinate representation of color #AF123B: hue angle of 344.33º 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 #AF123B is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 59 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.31 |
| HSL | 344.33º | 0.81% | 0.38% | - |
| HSV(B) | 344.33º | 0.9% | 0.69% | - |
| XYZ | 18.68 | 9.86 | 5.06 | - |
| YUV | 69.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 59 | 0 | 0.90 | 0.66 | 0.31 | 344.33 | 0.81 | 0.38 |
| Hex | AF | 12 | 3B | 0 | 5A | 42 | 1F | 158 | 51 | 26 |
| Octal | 257 | 22 | 73 | 0 | 132 | 102 | 37 | 530 | 121 | 46 |
| Binary | 10101111 | 10010 | 111011 | 0 | 1011010 | 1000010 | 11111 | 101011000 | 1010001 | 100110 |
Color Harmonies of #AF123B
Complementary color
Monochromatic Colors of #AF123B
Black with #AF123B
Text Example
Text Example
White with #AF123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF123B; }
p { color: rgb(175,18,59); }
H1.HeaderClassName
{
color: #AF123B;
}
.AnyTagClassName
{
color: #AF123B;
}
</style>
background-color css
<style>
a { background-color: #AF123B; }
a { background-color: rgb(175,18,59); }
div.DivClassName
{
background-color: #AF123B;
}
.BgClassName
{
background-color: #AF123B;
}
</style>
border-color css
<style>
span { border-color: #AF123B; }
span { border-color: rgb(175,18,59); }
td.TdClassName
{
border-color: #AF123B;
}
.TagClassName
{
border-color: #AF123B;
}
</style>