Shades of Carmine #AF0017
Tints of Carmine #AF0017
RGB
CMYK
RGB Variations
Color information
#AF0017 (or 0xAF0017) is known color: Carmine. HEX triplet: AF, 00 and 17. RGB value is (175,0,23). Sum of RGB (Red+Green+Blue) = 175+0+23=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0017 is #50FFE8. Grayscale: #373737. Windows color (decimal): -5308393 or 1507503. OLE color: 1507503.
HSL color Cylindrical-coordinate representation of color #AF0017: hue angle of 352.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0017 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.87 | 0.31 |
| HSL | 352.11º | 1% | 0.34% | - |
| HSV(B) | 352.11º | 1% | 0.69% | - |
| XYZ | 17.83 | 9.18 | 1.64 | - |
| YUV | 54.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 23 | 0 | 1 | 0.87 | 0.31 | 352.11 | 1 | 0.34 |
| Hex | AF | 0 | 17 | 0 | 64 | 57 | 1F | 160 | 64 | 22 |
| Octal | 257 | 0 | 27 | 0 | 144 | 127 | 37 | 540 | 144 | 42 |
| Binary | 10101111 | 0 | 10111 | 0 | 1100100 | 1010111 | 11111 | 101100000 | 1100100 | 100010 |
Color Harmonies of #AF0017
Complementary color
Monochromatic Colors of #AF0017
Black with #AF0017
Text Example
Text Example
White with #AF0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0017; }
p { color: rgb(175,0,23); }
H1.HeaderClassName
{
color: #AF0017;
}
.AnyTagClassName
{
color: #AF0017;
}
</style>
background-color css
<style>
a { background-color: #AF0017; }
a { background-color: rgb(175,0,23); }
div.DivClassName
{
background-color: #AF0017;
}
.BgClassName
{
background-color: #AF0017;
}
</style>
border-color css
<style>
span { border-color: #AF0017; }
span { border-color: rgb(175,0,23); }
td.TdClassName
{
border-color: #AF0017;
}
.TagClassName
{
border-color: #AF0017;
}
</style>