Shades of Cardinal #AF092E
Tints of Cardinal #AF092E
RGB
CMYK
RGB Variations
Color information
#AF092E (or 0xAF092E) is known color: Cardinal. HEX triplet: AF, 09 and 2E. RGB value is (175,9,46). Sum of RGB (Red+Green+Blue) = 175+9+46=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF092E is #50F6D1. Grayscale: #3E3E3E. Windows color (decimal): -5306066 or 3017135. OLE color: 3017135.
HSL color Cylindrical-coordinate representation of color #AF092E: hue angle of 346.63º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF092E is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 46 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.31 |
| HSL | 346.63º | 0.9% | 0.36% | - |
| HSV(B) | 346.63º | 0.95% | 0.69% | - |
| XYZ | 18.27 | 9.51 | 3.46 | - |
| YUV | 62.85 | 118.5 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 46 | 0 | 0.95 | 0.74 | 0.31 | 346.63 | 0.9 | 0.36 |
| Hex | AF | 9 | 2E | 0 | 5F | 4A | 1F | 15B | 5A | 24 |
| Octal | 257 | 11 | 56 | 0 | 137 | 112 | 37 | 533 | 132 | 44 |
| Binary | 10101111 | 1001 | 101110 | 0 | 1011111 | 1001010 | 11111 | 101011011 | 1011010 | 100100 |
Color Harmonies of #AF092E
Complementary color
Monochromatic Colors of #AF092E
Black with #AF092E
Text Example
Text Example
White with #AF092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF092E; }
p { color: rgb(175,9,46); }
H1.HeaderClassName
{
color: #AF092E;
}
.AnyTagClassName
{
color: #AF092E;
}
</style>
background-color css
<style>
a { background-color: #AF092E; }
a { background-color: rgb(175,9,46); }
div.DivClassName
{
background-color: #AF092E;
}
.BgClassName
{
background-color: #AF092E;
}
</style>
border-color css
<style>
span { border-color: #AF092E; }
span { border-color: rgb(175,9,46); }
td.TdClassName
{
border-color: #AF092E;
}
.TagClassName
{
border-color: #AF092E;
}
</style>