Shades of Medium Carmine #AF372D
Tints of Medium Carmine #AF372D
RGB
CMYK
RGB Variations
Color information
#AF372D (or 0xAF372D) is known color: Medium Carmine. HEX triplet: AF, 37 and 2D. RGB value is (175,55,45). Sum of RGB (Red+Green+Blue) = 175+55+45=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF372D is #50C8D2. Grayscale: #595959. Windows color (decimal): -5294291 or 2963375. OLE color: 2963375.
HSL color Cylindrical-coordinate representation of color #AF372D: hue angle of 4.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 #AF372D is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 45 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.31 |
| HSL | 4.62º | 0.59% | 0.43% | - |
| HSV(B) | 4.62º | 0.74% | 0.69% | - |
| XYZ | 19.52 | 12.04 | 3.78 | - |
| YUV | 89.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 45 | 0 | 0.69 | 0.74 | 0.31 | 4.62 | 0.59 | 0.43 |
| Hex | AF | 37 | 2D | 0 | 45 | 4A | 1F | 5 | 3B | 2B |
| Octal | 257 | 67 | 55 | 0 | 105 | 112 | 37 | 5 | 73 | 53 |
| Binary | 10101111 | 110111 | 101101 | 0 | 1000101 | 1001010 | 11111 | 101 | 111011 | 101011 |
Color Harmonies of #AF372D
Complementary color
Monochromatic Colors of #AF372D
Black with #AF372D
Text Example
Text Example
White with #AF372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF372D; }
p { color: rgb(175,55,45); }
H1.HeaderClassName
{
color: #AF372D;
}
.AnyTagClassName
{
color: #AF372D;
}
</style>
background-color css
<style>
a { background-color: #AF372D; }
a { background-color: rgb(175,55,45); }
div.DivClassName
{
background-color: #AF372D;
}
.BgClassName
{
background-color: #AF372D;
}
</style>
border-color css
<style>
span { border-color: #AF372D; }
span { border-color: rgb(175,55,45); }
td.TdClassName
{
border-color: #AF372D;
}
.TagClassName
{
border-color: #AF372D;
}
</style>