Shades of Cardinal #AF142F
Tints of Cardinal #AF142F
RGB
CMYK
RGB Variations
Color information
#AF142F (or 0xAF142F) is known color: Cardinal. HEX triplet: AF, 14 and 2F. RGB value is (175,20,47). Sum of RGB (Red+Green+Blue) = 175+20+47=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF142F is #50EBD0. Grayscale: #454545. Windows color (decimal): -5303249 or 3085487. OLE color: 3085487.
HSL color Cylindrical-coordinate representation of color #AF142F: hue angle of 349.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF142F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 47 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.31 |
| HSL | 349.55º | 0.79% | 0.38% | - |
| HSV(B) | 349.55º | 0.89% | 0.69% | - |
| XYZ | 18.44 | 9.82 | 3.61 | - |
| YUV | 69.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 47 | 0 | 0.89 | 0.73 | 0.31 | 349.55 | 0.79 | 0.38 |
| Hex | AF | 14 | 2F | 0 | 59 | 49 | 1F | 15E | 4F | 26 |
| Octal | 257 | 24 | 57 | 0 | 131 | 111 | 37 | 536 | 117 | 46 |
| Binary | 10101111 | 10100 | 101111 | 0 | 1011001 | 1001001 | 11111 | 101011110 | 1001111 | 100110 |
Color Harmonies of #AF142F
Complementary color
Monochromatic Colors of #AF142F
Black with #AF142F
Text Example
Text Example
White with #AF142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF142F; }
p { color: rgb(175,20,47); }
H1.HeaderClassName
{
color: #AF142F;
}
.AnyTagClassName
{
color: #AF142F;
}
</style>
background-color css
<style>
a { background-color: #AF142F; }
a { background-color: rgb(175,20,47); }
div.DivClassName
{
background-color: #AF142F;
}
.BgClassName
{
background-color: #AF142F;
}
</style>
border-color css
<style>
span { border-color: #AF142F; }
span { border-color: rgb(175,20,47); }
td.TdClassName
{
border-color: #AF142F;
}
.TagClassName
{
border-color: #AF142F;
}
</style>