Shades of Cardinal #AF152B
Tints of Cardinal #AF152B
RGB
CMYK
RGB Variations
Color information
#AF152B (or 0xAF152B) is known color: Cardinal. HEX triplet: AF, 15 and 2B. RGB value is (175,21,43). Sum of RGB (Red+Green+Blue) = 175+21+43=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF152B is #50EAD4. Grayscale: #454545. Windows color (decimal): -5302997 or 2823599. OLE color: 2823599.
HSL color Cylindrical-coordinate representation of color #AF152B: hue angle of 351.43º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF152B is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 43 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.31 |
| HSL | 351.43º | 0.79% | 0.38% | - |
| HSV(B) | 351.43º | 0.88% | 0.69% | - |
| XYZ | 18.38 | 9.82 | 3.21 | - |
| YUV | 69.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 43 | 0 | 0.88 | 0.75 | 0.31 | 351.43 | 0.79 | 0.38 |
| Hex | AF | 15 | 2B | 0 | 58 | 4B | 1F | 15F | 4F | 26 |
| Octal | 257 | 25 | 53 | 0 | 130 | 113 | 37 | 537 | 117 | 46 |
| Binary | 10101111 | 10101 | 101011 | 0 | 1011000 | 1001011 | 11111 | 101011111 | 1001111 | 100110 |
Color Harmonies of #AF152B
Complementary color
Monochromatic Colors of #AF152B
Black with #AF152B
Text Example
Text Example
White with #AF152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF152B; }
p { color: rgb(175,21,43); }
H1.HeaderClassName
{
color: #AF152B;
}
.AnyTagClassName
{
color: #AF152B;
}
</style>
background-color css
<style>
a { background-color: #AF152B; }
a { background-color: rgb(175,21,43); }
div.DivClassName
{
background-color: #AF152B;
}
.BgClassName
{
background-color: #AF152B;
}
</style>
border-color css
<style>
span { border-color: #AF152B; }
span { border-color: rgb(175,21,43); }
td.TdClassName
{
border-color: #AF152B;
}
.TagClassName
{
border-color: #AF152B;
}
</style>