Shades of Cardinal #AF152D
Tints of Cardinal #AF152D
RGB
CMYK
RGB Variations
Color information
#AF152D (or 0xAF152D) is known color: Cardinal. HEX triplet: AF, 15 and 2D. RGB value is (175,21,45). Sum of RGB (Red+Green+Blue) = 175+21+45=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF152D is #50EAD2. Grayscale: #454545. Windows color (decimal): -5302995 or 2954671. OLE color: 2954671.
HSL color Cylindrical-coordinate representation of color #AF152D: hue angle of 350.65º 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 #AF152D is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 45 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.31 |
| HSL | 350.65º | 0.79% | 0.38% | - |
| HSV(B) | 350.65º | 0.88% | 0.69% | - |
| XYZ | 18.42 | 9.84 | 3.41 | - |
| YUV | 69.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 45 | 0 | 0.88 | 0.74 | 0.31 | 350.65 | 0.79 | 0.38 |
| Hex | AF | 15 | 2D | 0 | 58 | 4A | 1F | 15F | 4F | 26 |
| Octal | 257 | 25 | 55 | 0 | 130 | 112 | 37 | 537 | 117 | 46 |
| Binary | 10101111 | 10101 | 101101 | 0 | 1011000 | 1001010 | 11111 | 101011111 | 1001111 | 100110 |
Color Harmonies of #AF152D
Complementary color
Monochromatic Colors of #AF152D
Black with #AF152D
Text Example
Text Example
White with #AF152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF152D; }
p { color: rgb(175,21,45); }
H1.HeaderClassName
{
color: #AF152D;
}
.AnyTagClassName
{
color: #AF152D;
}
</style>
background-color css
<style>
a { background-color: #AF152D; }
a { background-color: rgb(175,21,45); }
div.DivClassName
{
background-color: #AF152D;
}
.BgClassName
{
background-color: #AF152D;
}
</style>
border-color css
<style>
span { border-color: #AF152D; }
span { border-color: rgb(175,21,45); }
td.TdClassName
{
border-color: #AF152D;
}
.TagClassName
{
border-color: #AF152D;
}
</style>