Shades of Cardinal #AF1235
Tints of Cardinal #AF1235
RGB
CMYK
RGB Variations
Color information
#AF1235 (or 0xAF1235) is known color: Cardinal. HEX triplet: AF, 12 and 35. RGB value is (175,18,53). Sum of RGB (Red+Green+Blue) = 175+18+53=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1235 is #50EDCA. Grayscale: #444444. Windows color (decimal): -5303755 or 3478191. OLE color: 3478191.
HSL color Cylindrical-coordinate representation of color #AF1235: hue angle of 346.62º 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 #AF1235 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 53 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.31 |
| HSL | 346.62º | 0.81% | 0.38% | - |
| HSV(B) | 346.62º | 0.9% | 0.69% | - |
| XYZ | 18.54 | 9.8 | 4.28 | - |
| YUV | 68.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 53 | 0 | 0.90 | 0.70 | 0.31 | 346.62 | 0.81 | 0.38 |
| Hex | AF | 12 | 35 | 0 | 5A | 46 | 1F | 15B | 51 | 26 |
| Octal | 257 | 22 | 65 | 0 | 132 | 106 | 37 | 533 | 121 | 46 |
| Binary | 10101111 | 10010 | 110101 | 0 | 1011010 | 1000110 | 11111 | 101011011 | 1010001 | 100110 |
Color Harmonies of #AF1235
Complementary color
Monochromatic Colors of #AF1235
Black with #AF1235
Text Example
Text Example
White with #AF1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1235; }
p { color: rgb(175,18,53); }
H1.HeaderClassName
{
color: #AF1235;
}
.AnyTagClassName
{
color: #AF1235;
}
</style>
background-color css
<style>
a { background-color: #AF1235; }
a { background-color: rgb(175,18,53); }
div.DivClassName
{
background-color: #AF1235;
}
.BgClassName
{
background-color: #AF1235;
}
</style>
border-color css
<style>
span { border-color: #AF1235; }
span { border-color: rgb(175,18,53); }
td.TdClassName
{
border-color: #AF1235;
}
.TagClassName
{
border-color: #AF1235;
}
</style>