Shades of Carmine #AF042D
Tints of Carmine #AF042D
RGB
CMYK
RGB Variations
Color information
#AF042D (or 0xAF042D) is known color: Carmine. HEX triplet: AF, 04 and 2D. RGB value is (175,4,45). Sum of RGB (Red+Green+Blue) = 175+4+45=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF042D is #50FBD2. Grayscale: #3B3B3B. Windows color (decimal): -5307347 or 2950319. OLE color: 2950319.
HSL color Cylindrical-coordinate representation of color #AF042D: hue angle of 345.61º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF042D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.31 |
| HSL | 345.61º | 0.96% | 0.35% | - |
| HSV(B) | 345.61º | 0.98% | 0.69% | - |
| XYZ | 18.2 | 9.39 | 3.34 | - |
| YUV | 59.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 45 | 0 | 0.98 | 0.74 | 0.31 | 345.61 | 0.96 | 0.35 |
| Hex | AF | 4 | 2D | 0 | 62 | 4A | 1F | 15A | 60 | 23 |
| Octal | 257 | 4 | 55 | 0 | 142 | 112 | 37 | 532 | 140 | 43 |
| Binary | 10101111 | 100 | 101101 | 0 | 1100010 | 1001010 | 11111 | 101011010 | 1100000 | 100011 |
Color Harmonies of #AF042D
Complementary color
Monochromatic Colors of #AF042D
Black with #AF042D
Text Example
Text Example
White with #AF042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF042D; }
p { color: rgb(175,4,45); }
H1.HeaderClassName
{
color: #AF042D;
}
.AnyTagClassName
{
color: #AF042D;
}
</style>
background-color css
<style>
a { background-color: #AF042D; }
a { background-color: rgb(175,4,45); }
div.DivClassName
{
background-color: #AF042D;
}
.BgClassName
{
background-color: #AF042D;
}
</style>
border-color css
<style>
span { border-color: #AF042D; }
span { border-color: rgb(175,4,45); }
td.TdClassName
{
border-color: #AF042D;
}
.TagClassName
{
border-color: #AF042D;
}
</style>