Shades of Cardinal #AF132B
Tints of Cardinal #AF132B
RGB
CMYK
RGB Variations
Color information
#AF132B (or 0xAF132B) is known color: Cardinal. HEX triplet: AF, 13 and 2B. RGB value is (175,19,43). Sum of RGB (Red+Green+Blue) = 175+19+43=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF132B is #50ECD4. Grayscale: #444444. Windows color (decimal): -5303509 or 2823087. OLE color: 2823087.
HSL color Cylindrical-coordinate representation of color #AF132B: hue angle of 350.77º 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 #AF132B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 43 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.31 |
| HSL | 350.77º | 0.8% | 0.38% | - |
| HSV(B) | 350.77º | 0.89% | 0.69% | - |
| XYZ | 18.35 | 9.75 | 3.2 | - |
| YUV | 68.38 | 113.68 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 43 | 0 | 0.89 | 0.75 | 0.31 | 350.77 | 0.8 | 0.38 |
| Hex | AF | 13 | 2B | 0 | 59 | 4B | 1F | 15F | 50 | 26 |
| Octal | 257 | 23 | 53 | 0 | 131 | 113 | 37 | 537 | 120 | 46 |
| Binary | 10101111 | 10011 | 101011 | 0 | 1011001 | 1001011 | 11111 | 101011111 | 1010000 | 100110 |
Color Harmonies of #AF132B
Complementary color
Monochromatic Colors of #AF132B
Black with #AF132B
Text Example
Text Example
White with #AF132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF132B; }
p { color: rgb(175,19,43); }
H1.HeaderClassName
{
color: #AF132B;
}
.AnyTagClassName
{
color: #AF132B;
}
</style>
background-color css
<style>
a { background-color: #AF132B; }
a { background-color: rgb(175,19,43); }
div.DivClassName
{
background-color: #AF132B;
}
.BgClassName
{
background-color: #AF132B;
}
</style>
border-color css
<style>
span { border-color: #AF132B; }
span { border-color: rgb(175,19,43); }
td.TdClassName
{
border-color: #AF132B;
}
.TagClassName
{
border-color: #AF132B;
}
</style>