Shades of Carmine #AF0726
Tints of Carmine #AF0726
RGB
CMYK
RGB Variations
Color information
#AF0726 (or 0xAF0726) is known color: Carmine. HEX triplet: AF, 07 and 26. RGB value is (175,7,38). Sum of RGB (Red+Green+Blue) = 175+7+38=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0726 is #50F8D9. Grayscale: #3C3C3C. Windows color (decimal): -5306586 or 2492335. OLE color: 2492335.
HSL color Cylindrical-coordinate representation of color #AF0726: hue angle of 348.93º 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 #AF0726 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 38 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.31 |
| HSL | 348.93º | 0.92% | 0.36% | - |
| HSV(B) | 348.93º | 0.96% | 0.69% | - |
| XYZ | 18.11 | 9.41 | 2.69 | - |
| YUV | 60.77 | 115.16 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 38 | 0 | 0.96 | 0.78 | 0.31 | 348.93 | 0.92 | 0.36 |
| Hex | AF | 7 | 26 | 0 | 60 | 4E | 1F | 15D | 5C | 24 |
| Octal | 257 | 7 | 46 | 0 | 140 | 116 | 37 | 535 | 134 | 44 |
| Binary | 10101111 | 111 | 100110 | 0 | 1100000 | 1001110 | 11111 | 101011101 | 1011100 | 100100 |
Color Harmonies of #AF0726
Complementary color
Monochromatic Colors of #AF0726
Black with #AF0726
Text Example
Text Example
White with #AF0726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0726; }
p { color: rgb(175,7,38); }
H1.HeaderClassName
{
color: #AF0726;
}
.AnyTagClassName
{
color: #AF0726;
}
</style>
background-color css
<style>
a { background-color: #AF0726; }
a { background-color: rgb(175,7,38); }
div.DivClassName
{
background-color: #AF0726;
}
.BgClassName
{
background-color: #AF0726;
}
</style>
border-color css
<style>
span { border-color: #AF0726; }
span { border-color: rgb(175,7,38); }
td.TdClassName
{
border-color: #AF0726;
}
.TagClassName
{
border-color: #AF0726;
}
</style>