Shades of Cardinal #AF132F
Tints of Cardinal #AF132F
RGB
CMYK
RGB Variations
Color information
#AF132F (or 0xAF132F) is known color: Cardinal. HEX triplet: AF, 13 and 2F. RGB value is (175,19,47). Sum of RGB (Red+Green+Blue) = 175+19+47=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF132F is #50ECD0. Grayscale: #444444. Windows color (decimal): -5303505 or 3085231. OLE color: 3085231.
HSL color Cylindrical-coordinate representation of color #AF132F: hue angle of 349.23º 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 #AF132F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 47 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.31 |
| HSL | 349.23º | 0.8% | 0.38% | - |
| HSV(B) | 349.23º | 0.89% | 0.69% | - |
| XYZ | 18.43 | 9.78 | 3.61 | - |
| YUV | 68.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 47 | 0 | 0.89 | 0.73 | 0.31 | 349.23 | 0.8 | 0.38 |
| Hex | AF | 13 | 2F | 0 | 59 | 49 | 1F | 15D | 50 | 26 |
| Octal | 257 | 23 | 57 | 0 | 131 | 111 | 37 | 535 | 120 | 46 |
| Binary | 10101111 | 10011 | 101111 | 0 | 1011001 | 1001001 | 11111 | 101011101 | 1010000 | 100110 |
Color Harmonies of #AF132F
Complementary color
Monochromatic Colors of #AF132F
Black with #AF132F
Text Example
Text Example
White with #AF132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF132F; }
p { color: rgb(175,19,47); }
H1.HeaderClassName
{
color: #AF132F;
}
.AnyTagClassName
{
color: #AF132F;
}
</style>
background-color css
<style>
a { background-color: #AF132F; }
a { background-color: rgb(175,19,47); }
div.DivClassName
{
background-color: #AF132F;
}
.BgClassName
{
background-color: #AF132F;
}
</style>
border-color css
<style>
span { border-color: #AF132F; }
span { border-color: rgb(175,19,47); }
td.TdClassName
{
border-color: #AF132F;
}
.TagClassName
{
border-color: #AF132F;
}
</style>