Shades of Cardinal #AF092D
Tints of Cardinal #AF092D
RGB
CMYK
RGB Variations
Color information
#AF092D (or 0xAF092D) is known color: Cardinal. HEX triplet: AF, 09 and 2D. RGB value is (175,9,45). Sum of RGB (Red+Green+Blue) = 175+9+45=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF092D is #50F6D2. Grayscale: #3E3E3E. Windows color (decimal): -5306067 or 2951599. OLE color: 2951599.
HSL color Cylindrical-coordinate representation of color #AF092D: hue angle of 346.99º 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 #AF092D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 45 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.31 |
| HSL | 346.99º | 0.9% | 0.36% | - |
| HSV(B) | 346.99º | 0.95% | 0.69% | - |
| XYZ | 18.25 | 9.5 | 3.35 | - |
| YUV | 62.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 45 | 0 | 0.95 | 0.74 | 0.31 | 346.99 | 0.9 | 0.36 |
| Hex | AF | 9 | 2D | 0 | 5F | 4A | 1F | 15B | 5A | 24 |
| Octal | 257 | 11 | 55 | 0 | 137 | 112 | 37 | 533 | 132 | 44 |
| Binary | 10101111 | 1001 | 101101 | 0 | 1011111 | 1001010 | 11111 | 101011011 | 1011010 | 100100 |
Color Harmonies of #AF092D
Complementary color
Monochromatic Colors of #AF092D
Black with #AF092D
Text Example
Text Example
White with #AF092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF092D; }
p { color: rgb(175,9,45); }
H1.HeaderClassName
{
color: #AF092D;
}
.AnyTagClassName
{
color: #AF092D;
}
</style>
background-color css
<style>
a { background-color: #AF092D; }
a { background-color: rgb(175,9,45); }
div.DivClassName
{
background-color: #AF092D;
}
.BgClassName
{
background-color: #AF092D;
}
</style>
border-color css
<style>
span { border-color: #AF092D; }
span { border-color: rgb(175,9,45); }
td.TdClassName
{
border-color: #AF092D;
}
.TagClassName
{
border-color: #AF092D;
}
</style>