Shades of Carmine #AF0828
Tints of Carmine #AF0828
RGB
CMYK
RGB Variations
Color information
#AF0828 (or 0xAF0828) is known color: Carmine. HEX triplet: AF, 08 and 28. RGB value is (175,8,40). Sum of RGB (Red+Green+Blue) = 175+8+40=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0828 is #50F7D7. Grayscale: #3D3D3D. Windows color (decimal): -5306328 or 2623663. OLE color: 2623663.
HSL color Cylindrical-coordinate representation of color #AF0828: hue angle of 348.5º 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 #AF0828 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 40 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.31 |
| HSL | 348.5º | 0.91% | 0.36% | - |
| HSV(B) | 348.5º | 0.95% | 0.69% | - |
| XYZ | 18.15 | 9.44 | 2.87 | - |
| YUV | 61.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 40 | 0 | 0.95 | 0.77 | 0.31 | 348.5 | 0.91 | 0.36 |
| Hex | AF | 8 | 28 | 0 | 5F | 4D | 1F | 15D | 5B | 24 |
| Octal | 257 | 10 | 50 | 0 | 137 | 115 | 37 | 535 | 133 | 44 |
| Binary | 10101111 | 1000 | 101000 | 0 | 1011111 | 1001101 | 11111 | 101011101 | 1011011 | 100100 |
Color Harmonies of #AF0828
Complementary color
Monochromatic Colors of #AF0828
Black with #AF0828
Text Example
Text Example
White with #AF0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0828; }
p { color: rgb(175,8,40); }
H1.HeaderClassName
{
color: #AF0828;
}
.AnyTagClassName
{
color: #AF0828;
}
</style>
background-color css
<style>
a { background-color: #AF0828; }
a { background-color: rgb(175,8,40); }
div.DivClassName
{
background-color: #AF0828;
}
.BgClassName
{
background-color: #AF0828;
}
</style>
border-color css
<style>
span { border-color: #AF0828; }
span { border-color: rgb(175,8,40); }
td.TdClassName
{
border-color: #AF0828;
}
.TagClassName
{
border-color: #AF0828;
}
</style>