Shades of Cardinal #AF132E
Tints of Cardinal #AF132E
RGB
CMYK
RGB Variations
Color information
#AF132E (or 0xAF132E) is known color: Cardinal. HEX triplet: AF, 13 and 2E. RGB value is (175,19,46). Sum of RGB (Red+Green+Blue) = 175+19+46=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF132E is #50ECD1. Grayscale: #444444. Windows color (decimal): -5303506 or 3019695. OLE color: 3019695.
HSL color Cylindrical-coordinate representation of color #AF132E: hue angle of 349.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF132E is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 46 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.31 |
| HSL | 349.62º | 0.8% | 0.38% | - |
| HSV(B) | 349.62º | 0.89% | 0.69% | - |
| XYZ | 18.41 | 9.78 | 3.5 | - |
| YUV | 68.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 46 | 0 | 0.89 | 0.74 | 0.31 | 349.62 | 0.8 | 0.38 |
| Hex | AF | 13 | 2E | 0 | 59 | 4A | 1F | 15E | 50 | 26 |
| Octal | 257 | 23 | 56 | 0 | 131 | 112 | 37 | 536 | 120 | 46 |
| Binary | 10101111 | 10011 | 101110 | 0 | 1011001 | 1001010 | 11111 | 101011110 | 1010000 | 100110 |
Color Harmonies of #AF132E
Complementary color
Monochromatic Colors of #AF132E
Black with #AF132E
Text Example
Text Example
White with #AF132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF132E; }
p { color: rgb(175,19,46); }
H1.HeaderClassName
{
color: #AF132E;
}
.AnyTagClassName
{
color: #AF132E;
}
</style>
background-color css
<style>
a { background-color: #AF132E; }
a { background-color: rgb(175,19,46); }
div.DivClassName
{
background-color: #AF132E;
}
.BgClassName
{
background-color: #AF132E;
}
</style>
border-color css
<style>
span { border-color: #AF132E; }
span { border-color: rgb(175,19,46); }
td.TdClassName
{
border-color: #AF132E;
}
.TagClassName
{
border-color: #AF132E;
}
</style>