Shades of Cardinal #AF152F
Tints of Cardinal #AF152F
RGB
CMYK
RGB Variations
Color information
#AF152F (or 0xAF152F) is known color: Cardinal. HEX triplet: AF, 15 and 2F. RGB value is (175,21,47). Sum of RGB (Red+Green+Blue) = 175+21+47=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF152F is #50EAD0. Grayscale: #464646. Windows color (decimal): -5302993 or 3085743. OLE color: 3085743.
HSL color Cylindrical-coordinate representation of color #AF152F: hue angle of 349.87º 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 #AF152F is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 47 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.31 |
| HSL | 349.87º | 0.79% | 0.38% | - |
| HSV(B) | 349.87º | 0.88% | 0.69% | - |
| XYZ | 18.46 | 9.86 | 3.62 | - |
| YUV | 70.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 47 | 0 | 0.88 | 0.73 | 0.31 | 349.87 | 0.79 | 0.38 |
| Hex | AF | 15 | 2F | 0 | 58 | 49 | 1F | 15E | 4F | 26 |
| Octal | 257 | 25 | 57 | 0 | 130 | 111 | 37 | 536 | 117 | 46 |
| Binary | 10101111 | 10101 | 101111 | 0 | 1011000 | 1001001 | 11111 | 101011110 | 1001111 | 100110 |
Color Harmonies of #AF152F
Complementary color
Monochromatic Colors of #AF152F
Black with #AF152F
Text Example
Text Example
White with #AF152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF152F; }
p { color: rgb(175,21,47); }
H1.HeaderClassName
{
color: #AF152F;
}
.AnyTagClassName
{
color: #AF152F;
}
</style>
background-color css
<style>
a { background-color: #AF152F; }
a { background-color: rgb(175,21,47); }
div.DivClassName
{
background-color: #AF152F;
}
.BgClassName
{
background-color: #AF152F;
}
</style>
border-color css
<style>
span { border-color: #AF152F; }
span { border-color: rgb(175,21,47); }
td.TdClassName
{
border-color: #AF152F;
}
.TagClassName
{
border-color: #AF152F;
}
</style>