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