Shades of Cardinal #AF153F
Tints of Cardinal #AF153F
RGB
CMYK
RGB Variations
Color information
#AF153F (or 0xAF153F) is known color: Cardinal. HEX triplet: AF, 15 and 3F. RGB value is (175,21,63). Sum of RGB (Red+Green+Blue) = 175+21+63=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF153F is #50EAC0. Grayscale: #474747. Windows color (decimal): -5302977 or 4134319. OLE color: 4134319.
HSL color Cylindrical-coordinate representation of color #AF153F: hue angle of 343.64º 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 #AF153F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 63 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.31 |
| HSL | 343.64º | 0.79% | 0.38% | - |
| HSV(B) | 343.64º | 0.88% | 0.69% | - |
| XYZ | 18.84 | 10.01 | 5.64 | - |
| YUV | 71.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 63 | 0 | 0.88 | 0.64 | 0.31 | 343.64 | 0.79 | 0.38 |
| Hex | AF | 15 | 3F | 0 | 58 | 40 | 1F | 158 | 4F | 26 |
| Octal | 257 | 25 | 77 | 0 | 130 | 100 | 37 | 530 | 117 | 46 |
| Binary | 10101111 | 10101 | 111111 | 0 | 1011000 | 1000000 | 11111 | 101011000 | 1001111 | 100110 |
Color Harmonies of #AF153F
Complementary color
Monochromatic Colors of #AF153F
Black with #AF153F
Text Example
Text Example
White with #AF153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF153F; }
p { color: rgb(175,21,63); }
H1.HeaderClassName
{
color: #AF153F;
}
.AnyTagClassName
{
color: #AF153F;
}
</style>
background-color css
<style>
a { background-color: #AF153F; }
a { background-color: rgb(175,21,63); }
div.DivClassName
{
background-color: #AF153F;
}
.BgClassName
{
background-color: #AF153F;
}
</style>
border-color css
<style>
span { border-color: #AF153F; }
span { border-color: rgb(175,21,63); }
td.TdClassName
{
border-color: #AF153F;
}
.TagClassName
{
border-color: #AF153F;
}
</style>