Shades of Cardinal #AF132C
Tints of Cardinal #AF132C
RGB
CMYK
RGB Variations
Color information
#AF132C (or 0xAF132C) is known color: Cardinal. HEX triplet: AF, 13 and 2C. RGB value is (175,19,44). Sum of RGB (Red+Green+Blue) = 175+19+44=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF132C is #50ECD3. Grayscale: #444444. Windows color (decimal): -5303508 or 2888623. OLE color: 2888623.
HSL color Cylindrical-coordinate representation of color #AF132C: hue angle of 350.38º 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 #AF132C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 44 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.31 |
| HSL | 350.38º | 0.8% | 0.38% | - |
| HSV(B) | 350.38º | 0.89% | 0.69% | - |
| XYZ | 18.37 | 9.76 | 3.3 | - |
| YUV | 68.49 | 114.18 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 44 | 0 | 0.89 | 0.75 | 0.31 | 350.38 | 0.8 | 0.38 |
| Hex | AF | 13 | 2C | 0 | 59 | 4B | 1F | 15E | 50 | 26 |
| Octal | 257 | 23 | 54 | 0 | 131 | 113 | 37 | 536 | 120 | 46 |
| Binary | 10101111 | 10011 | 101100 | 0 | 1011001 | 1001011 | 11111 | 101011110 | 1010000 | 100110 |
Color Harmonies of #AF132C
Complementary color
Monochromatic Colors of #AF132C
Black with #AF132C
Text Example
Text Example
White with #AF132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF132C; }
p { color: rgb(175,19,44); }
H1.HeaderClassName
{
color: #AF132C;
}
.AnyTagClassName
{
color: #AF132C;
}
</style>
background-color css
<style>
a { background-color: #AF132C; }
a { background-color: rgb(175,19,44); }
div.DivClassName
{
background-color: #AF132C;
}
.BgClassName
{
background-color: #AF132C;
}
</style>
border-color css
<style>
span { border-color: #AF132C; }
span { border-color: rgb(175,19,44); }
td.TdClassName
{
border-color: #AF132C;
}
.TagClassName
{
border-color: #AF132C;
}
</style>