Shades of Carmine #AF002D
Tints of Carmine #AF002D
RGB
CMYK
RGB Variations
Color information
#AF002D (or 0xAF002D) is known color: Carmine. HEX triplet: AF, 00 and 2D. RGB value is (175,0,45). Sum of RGB (Red+Green+Blue) = 175+0+45=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF002D is #50FFD2. Grayscale: #393939. Windows color (decimal): -5308371 or 2949295. OLE color: 2949295.
HSL color Cylindrical-coordinate representation of color #AF002D: hue angle of 344.57º 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 #AF002D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.74 | 0.31 |
| HSL | 344.57º | 1% | 0.34% | - |
| HSV(B) | 344.57º | 1% | 0.69% | - |
| XYZ | 18.15 | 9.3 | 3.32 | - |
| YUV | 57.46 | 120.98 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 45 | 0 | 1 | 0.74 | 0.31 | 344.57 | 1 | 0.34 |
| Hex | AF | 0 | 2D | 0 | 64 | 4A | 1F | 159 | 64 | 22 |
| Octal | 257 | 0 | 55 | 0 | 144 | 112 | 37 | 531 | 144 | 42 |
| Binary | 10101111 | 0 | 101101 | 0 | 1100100 | 1001010 | 11111 | 101011001 | 1100100 | 100010 |
Color Harmonies of #AF002D
Complementary color
Monochromatic Colors of #AF002D
Black with #AF002D
Text Example
Text Example
White with #AF002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF002D; }
p { color: rgb(175,0,45); }
H1.HeaderClassName
{
color: #AF002D;
}
.AnyTagClassName
{
color: #AF002D;
}
</style>
background-color css
<style>
a { background-color: #AF002D; }
a { background-color: rgb(175,0,45); }
div.DivClassName
{
background-color: #AF002D;
}
.BgClassName
{
background-color: #AF002D;
}
</style>
border-color css
<style>
span { border-color: #AF002D; }
span { border-color: rgb(175,0,45); }
td.TdClassName
{
border-color: #AF002D;
}
.TagClassName
{
border-color: #AF002D;
}
</style>