Shades of Cardinal #AF1534
Tints of Cardinal #AF1534
RGB
CMYK
RGB Variations
Color information
#AF1534 (or 0xAF1534) is known color: Cardinal. HEX triplet: AF, 15 and 34. RGB value is (175,21,52). Sum of RGB (Red+Green+Blue) = 175+21+52=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1534 is #50EACB. Grayscale: #464646. Windows color (decimal): -5302988 or 3413423. OLE color: 3413423.
HSL color Cylindrical-coordinate representation of color #AF1534: hue angle of 347.92º 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 #AF1534 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 52 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.31 |
| HSL | 347.92º | 0.79% | 0.38% | - |
| HSV(B) | 347.92º | 0.88% | 0.69% | - |
| XYZ | 18.57 | 9.9 | 4.18 | - |
| YUV | 70.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 52 | 0 | 0.88 | 0.70 | 0.31 | 347.92 | 0.79 | 0.38 |
| Hex | AF | 15 | 34 | 0 | 58 | 46 | 1F | 15C | 4F | 26 |
| Octal | 257 | 25 | 64 | 0 | 130 | 106 | 37 | 534 | 117 | 46 |
| Binary | 10101111 | 10101 | 110100 | 0 | 1011000 | 1000110 | 11111 | 101011100 | 1001111 | 100110 |
Color Harmonies of #AF1534
Complementary color
Monochromatic Colors of #AF1534
Black with #AF1534
Text Example
Text Example
White with #AF1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1534; }
p { color: rgb(175,21,52); }
H1.HeaderClassName
{
color: #AF1534;
}
.AnyTagClassName
{
color: #AF1534;
}
</style>
background-color css
<style>
a { background-color: #AF1534; }
a { background-color: rgb(175,21,52); }
div.DivClassName
{
background-color: #AF1534;
}
.BgClassName
{
background-color: #AF1534;
}
</style>
border-color css
<style>
span { border-color: #AF1534; }
span { border-color: rgb(175,21,52); }
td.TdClassName
{
border-color: #AF1534;
}
.TagClassName
{
border-color: #AF1534;
}
</style>