Shades of Cardinal #AF082E
Tints of Cardinal #AF082E
RGB
CMYK
RGB Variations
Color information
#AF082E (or 0xAF082E) is known color: Cardinal. HEX triplet: AF, 08 and 2E. RGB value is (175,8,46). Sum of RGB (Red+Green+Blue) = 175+8+46=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF082E is #50F7D1. Grayscale: #3E3E3E. Windows color (decimal): -5306322 or 3016879. OLE color: 3016879.
HSL color Cylindrical-coordinate representation of color #AF082E: hue angle of 346.35º degrees, saturation: 0.91, 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 #AF082E is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 46 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.31 |
| HSL | 346.35º | 0.91% | 0.36% | - |
| HSV(B) | 346.35º | 0.95% | 0.69% | - |
| XYZ | 18.26 | 9.48 | 3.45 | - |
| YUV | 62.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 46 | 0 | 0.95 | 0.74 | 0.31 | 346.35 | 0.91 | 0.36 |
| Hex | AF | 8 | 2E | 0 | 5F | 4A | 1F | 15A | 5B | 24 |
| Octal | 257 | 10 | 56 | 0 | 137 | 112 | 37 | 532 | 133 | 44 |
| Binary | 10101111 | 1000 | 101110 | 0 | 1011111 | 1001010 | 11111 | 101011010 | 1011011 | 100100 |
Color Harmonies of #AF082E
Complementary color
Monochromatic Colors of #AF082E
Black with #AF082E
Text Example
Text Example
White with #AF082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF082E; }
p { color: rgb(175,8,46); }
H1.HeaderClassName
{
color: #AF082E;
}
.AnyTagClassName
{
color: #AF082E;
}
</style>
background-color css
<style>
a { background-color: #AF082E; }
a { background-color: rgb(175,8,46); }
div.DivClassName
{
background-color: #AF082E;
}
.BgClassName
{
background-color: #AF082E;
}
</style>
border-color css
<style>
span { border-color: #AF082E; }
span { border-color: rgb(175,8,46); }
td.TdClassName
{
border-color: #AF082E;
}
.TagClassName
{
border-color: #AF082E;
}
</style>