Shades of Cardinal #AF072E
Tints of Cardinal #AF072E
RGB
CMYK
RGB Variations
Color information
#AF072E (or 0xAF072E) is known color: Cardinal. HEX triplet: AF, 07 and 2E. RGB value is (175,7,46). Sum of RGB (Red+Green+Blue) = 175+7+46=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF072E is #50F8D1. Grayscale: #3D3D3D. Windows color (decimal): -5306578 or 3016623. OLE color: 3016623.
HSL color Cylindrical-coordinate representation of color #AF072E: hue angle of 346.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF072E is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 46 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.31 |
| HSL | 346.07º | 0.92% | 0.36% | - |
| HSV(B) | 346.07º | 0.96% | 0.69% | - |
| XYZ | 18.25 | 9.46 | 3.45 | - |
| YUV | 61.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 46 | 0 | 0.96 | 0.74 | 0.31 | 346.07 | 0.92 | 0.36 |
| Hex | AF | 7 | 2E | 0 | 60 | 4A | 1F | 15A | 5C | 24 |
| Octal | 257 | 7 | 56 | 0 | 140 | 112 | 37 | 532 | 134 | 44 |
| Binary | 10101111 | 111 | 101110 | 0 | 1100000 | 1001010 | 11111 | 101011010 | 1011100 | 100100 |
Color Harmonies of #AF072E
Complementary color
Monochromatic Colors of #AF072E
Black with #AF072E
Text Example
Text Example
White with #AF072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF072E; }
p { color: rgb(175,7,46); }
H1.HeaderClassName
{
color: #AF072E;
}
.AnyTagClassName
{
color: #AF072E;
}
</style>
background-color css
<style>
a { background-color: #AF072E; }
a { background-color: rgb(175,7,46); }
div.DivClassName
{
background-color: #AF072E;
}
.BgClassName
{
background-color: #AF072E;
}
</style>
border-color css
<style>
span { border-color: #AF072E; }
span { border-color: rgb(175,7,46); }
td.TdClassName
{
border-color: #AF072E;
}
.TagClassName
{
border-color: #AF072E;
}
</style>