Shades of Cardinal #AF073E
Tints of Cardinal #AF073E
RGB
CMYK
RGB Variations
Color information
#AF073E (or 0xAF073E) is known color: Cardinal. HEX triplet: AF, 07 and 3E. RGB value is (175,7,62). Sum of RGB (Red+Green+Blue) = 175+7+62=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF073E is #50F8C1. Grayscale: #3F3F3F. Windows color (decimal): -5306562 or 4065199. OLE color: 4065199.
HSL color Cylindrical-coordinate representation of color #AF073E: hue angle of 340.36º 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 #AF073E is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 62 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.31 |
| HSL | 340.36º | 0.92% | 0.36% | - |
| HSV(B) | 340.36º | 0.96% | 0.69% | - |
| XYZ | 18.62 | 9.61 | 5.43 | - |
| YUV | 63.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 62 | 0 | 0.96 | 0.65 | 0.31 | 340.36 | 0.92 | 0.36 |
| Hex | AF | 7 | 3E | 0 | 60 | 41 | 1F | 154 | 5C | 24 |
| Octal | 257 | 7 | 76 | 0 | 140 | 101 | 37 | 524 | 134 | 44 |
| Binary | 10101111 | 111 | 111110 | 0 | 1100000 | 1000001 | 11111 | 101010100 | 1011100 | 100100 |
Color Harmonies of #AF073E
Complementary color
Monochromatic Colors of #AF073E
Black with #AF073E
Text Example
Text Example
White with #AF073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF073E; }
p { color: rgb(175,7,62); }
H1.HeaderClassName
{
color: #AF073E;
}
.AnyTagClassName
{
color: #AF073E;
}
</style>
background-color css
<style>
a { background-color: #AF073E; }
a { background-color: rgb(175,7,62); }
div.DivClassName
{
background-color: #AF073E;
}
.BgClassName
{
background-color: #AF073E;
}
</style>
border-color css
<style>
span { border-color: #AF073E; }
span { border-color: rgb(175,7,62); }
td.TdClassName
{
border-color: #AF073E;
}
.TagClassName
{
border-color: #AF073E;
}
</style>