Shades of Medium Carmine #AF442D
Tints of Medium Carmine #AF442D
RGB
CMYK
RGB Variations
Color information
#AF442D (or 0xAF442D) is known color: Medium Carmine. HEX triplet: AF, 44 and 2D. RGB value is (175,68,45). Sum of RGB (Red+Green+Blue) = 175+68+45=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF442D is #50BBD2. Grayscale: #616161. Windows color (decimal): -5290963 or 2966703. OLE color: 2966703.
HSL color Cylindrical-coordinate representation of color #AF442D: hue angle of 10.62º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF442D is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 45 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.31 |
| HSL | 10.62º | 0.59% | 0.43% | - |
| HSV(B) | 10.62º | 0.74% | 0.69% | - |
| XYZ | 20.22 | 13.44 | 4.01 | - |
| YUV | 97.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 45 | 0 | 0.61 | 0.74 | 0.31 | 10.62 | 0.59 | 0.43 |
| Hex | AF | 44 | 2D | 0 | 3D | 4A | 1F | B | 3B | 2B |
| Octal | 257 | 104 | 55 | 0 | 75 | 112 | 37 | 13 | 73 | 53 |
| Binary | 10101111 | 1000100 | 101101 | 0 | 111101 | 1001010 | 11111 | 1011 | 111011 | 101011 |
Color Harmonies of #AF442D
Complementary color
Monochromatic Colors of #AF442D
Black with #AF442D
Text Example
Text Example
White with #AF442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF442D; }
p { color: rgb(175,68,45); }
H1.HeaderClassName
{
color: #AF442D;
}
.AnyTagClassName
{
color: #AF442D;
}
</style>
background-color css
<style>
a { background-color: #AF442D; }
a { background-color: rgb(175,68,45); }
div.DivClassName
{
background-color: #AF442D;
}
.BgClassName
{
background-color: #AF442D;
}
</style>
border-color css
<style>
span { border-color: #AF442D; }
span { border-color: rgb(175,68,45); }
td.TdClassName
{
border-color: #AF442D;
}
.TagClassName
{
border-color: #AF442D;
}
</style>