Shades of Carmine #AF0033
Tints of Carmine #AF0033
RGB
CMYK
RGB Variations
Color information
#AF0033 (or 0xAF0033) is known color: Carmine. HEX triplet: AF, 00 and 33. RGB value is (175,0,51). Sum of RGB (Red+Green+Blue) = 175+0+51=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0033 is #50FFCC. Grayscale: #3A3A3A. Windows color (decimal): -5308365 or 3342511. OLE color: 3342511.
HSL color Cylindrical-coordinate representation of color #AF0033: hue angle of 342.51º 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 #AF0033 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.71 | 0.31 |
| HSL | 342.51º | 1% | 0.34% | - |
| HSV(B) | 342.51º | 1% | 0.69% | - |
| XYZ | 18.28 | 9.35 | 3.97 | - |
| YUV | 58.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 51 | 0 | 1 | 0.71 | 0.31 | 342.51 | 1 | 0.34 |
| Hex | AF | 0 | 33 | 0 | 64 | 47 | 1F | 157 | 64 | 22 |
| Octal | 257 | 0 | 63 | 0 | 144 | 107 | 37 | 527 | 144 | 42 |
| Binary | 10101111 | 0 | 110011 | 0 | 1100100 | 1000111 | 11111 | 101010111 | 1100100 | 100010 |
Color Harmonies of #AF0033
Complementary color
Monochromatic Colors of #AF0033
Black with #AF0033
Text Example
Text Example
White with #AF0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0033; }
p { color: rgb(175,0,51); }
H1.HeaderClassName
{
color: #AF0033;
}
.AnyTagClassName
{
color: #AF0033;
}
</style>
background-color css
<style>
a { background-color: #AF0033; }
a { background-color: rgb(175,0,51); }
div.DivClassName
{
background-color: #AF0033;
}
.BgClassName
{
background-color: #AF0033;
}
</style>
border-color css
<style>
span { border-color: #AF0033; }
span { border-color: rgb(175,0,51); }
td.TdClassName
{
border-color: #AF0033;
}
.TagClassName
{
border-color: #AF0033;
}
</style>