Shades of Cardinal #AF152A
Tints of Cardinal #AF152A
RGB
CMYK
RGB Variations
Color information
#AF152A (or 0xAF152A) is known color: Cardinal. HEX triplet: AF, 15 and 2A. RGB value is (175,21,42). Sum of RGB (Red+Green+Blue) = 175+21+42=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF152A is #50EAD5. Grayscale: #454545. Windows color (decimal): -5302998 or 2758063. OLE color: 2758063.
HSL color Cylindrical-coordinate representation of color #AF152A: hue angle of 351.82º 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 #AF152A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 42 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.31 |
| HSL | 351.82º | 0.79% | 0.38% | - |
| HSV(B) | 351.82º | 0.88% | 0.69% | - |
| XYZ | 18.37 | 9.82 | 3.12 | - |
| YUV | 69.44 | 112.52 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 42 | 0 | 0.88 | 0.76 | 0.31 | 351.82 | 0.79 | 0.38 |
| Hex | AF | 15 | 2A | 0 | 58 | 4C | 1F | 160 | 4F | 26 |
| Octal | 257 | 25 | 52 | 0 | 130 | 114 | 37 | 540 | 117 | 46 |
| Binary | 10101111 | 10101 | 101010 | 0 | 1011000 | 1001100 | 11111 | 101100000 | 1001111 | 100110 |
Color Harmonies of #AF152A
Complementary color
Monochromatic Colors of #AF152A
Black with #AF152A
Text Example
Text Example
White with #AF152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF152A; }
p { color: rgb(175,21,42); }
H1.HeaderClassName
{
color: #AF152A;
}
.AnyTagClassName
{
color: #AF152A;
}
</style>
background-color css
<style>
a { background-color: #AF152A; }
a { background-color: rgb(175,21,42); }
div.DivClassName
{
background-color: #AF152A;
}
.BgClassName
{
background-color: #AF152A;
}
</style>
border-color css
<style>
span { border-color: #AF152A; }
span { border-color: rgb(175,21,42); }
td.TdClassName
{
border-color: #AF152A;
}
.TagClassName
{
border-color: #AF152A;
}
</style>