Shades of Carmine #AF072B
Tints of Carmine #AF072B
RGB
CMYK
RGB Variations
Color information
#AF072B (or 0xAF072B) is known color: Carmine. HEX triplet: AF, 07 and 2B. RGB value is (175,7,43). Sum of RGB (Red+Green+Blue) = 175+7+43=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF072B is #50F8D4. Grayscale: #3D3D3D. Windows color (decimal): -5306581 or 2820015. OLE color: 2820015.
HSL color Cylindrical-coordinate representation of color #AF072B: hue angle of 347.14º 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 #AF072B is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 43 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.31 |
| HSL | 347.14º | 0.92% | 0.36% | - |
| HSV(B) | 347.14º | 0.96% | 0.69% | - |
| XYZ | 18.19 | 9.44 | 3.15 | - |
| YUV | 61.34 | 117.66 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 43 | 0 | 0.96 | 0.75 | 0.31 | 347.14 | 0.92 | 0.36 |
| Hex | AF | 7 | 2B | 0 | 60 | 4B | 1F | 15B | 5C | 24 |
| Octal | 257 | 7 | 53 | 0 | 140 | 113 | 37 | 533 | 134 | 44 |
| Binary | 10101111 | 111 | 101011 | 0 | 1100000 | 1001011 | 11111 | 101011011 | 1011100 | 100100 |
Color Harmonies of #AF072B
Complementary color
Monochromatic Colors of #AF072B
Black with #AF072B
Text Example
Text Example
White with #AF072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF072B; }
p { color: rgb(175,7,43); }
H1.HeaderClassName
{
color: #AF072B;
}
.AnyTagClassName
{
color: #AF072B;
}
</style>
background-color css
<style>
a { background-color: #AF072B; }
a { background-color: rgb(175,7,43); }
div.DivClassName
{
background-color: #AF072B;
}
.BgClassName
{
background-color: #AF072B;
}
</style>
border-color css
<style>
span { border-color: #AF072B; }
span { border-color: rgb(175,7,43); }
td.TdClassName
{
border-color: #AF072B;
}
.TagClassName
{
border-color: #AF072B;
}
</style>