Shades of Cardinal #AF1234
Tints of Cardinal #AF1234
RGB
CMYK
RGB Variations
Color information
#AF1234 (or 0xAF1234) is known color: Cardinal. HEX triplet: AF, 12 and 34. RGB value is (175,18,52). Sum of RGB (Red+Green+Blue) = 175+18+52=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1234 is #50EDCB. Grayscale: #444444. Windows color (decimal): -5303756 or 3412655. OLE color: 3412655.
HSL color Cylindrical-coordinate representation of color #AF1234: hue angle of 347.01º 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 #AF1234 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 52 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.31 |
| HSL | 347.01º | 0.81% | 0.38% | - |
| HSV(B) | 347.01º | 0.9% | 0.69% | - |
| XYZ | 18.52 | 9.79 | 4.16 | - |
| YUV | 68.82 | 118.51 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 52 | 0 | 0.90 | 0.70 | 0.31 | 347.01 | 0.81 | 0.38 |
| Hex | AF | 12 | 34 | 0 | 5A | 46 | 1F | 15B | 51 | 26 |
| Octal | 257 | 22 | 64 | 0 | 132 | 106 | 37 | 533 | 121 | 46 |
| Binary | 10101111 | 10010 | 110100 | 0 | 1011010 | 1000110 | 11111 | 101011011 | 1010001 | 100110 |
Color Harmonies of #AF1234
Complementary color
Monochromatic Colors of #AF1234
Black with #AF1234
Text Example
Text Example
White with #AF1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1234; }
p { color: rgb(175,18,52); }
H1.HeaderClassName
{
color: #AF1234;
}
.AnyTagClassName
{
color: #AF1234;
}
</style>
background-color css
<style>
a { background-color: #AF1234; }
a { background-color: rgb(175,18,52); }
div.DivClassName
{
background-color: #AF1234;
}
.BgClassName
{
background-color: #AF1234;
}
</style>
border-color css
<style>
span { border-color: #AF1234; }
span { border-color: rgb(175,18,52); }
td.TdClassName
{
border-color: #AF1234;
}
.TagClassName
{
border-color: #AF1234;
}
</style>