Shades of Medium Carmine #AF3A37
Tints of Medium Carmine #AF3A37
RGB
CMYK
RGB Variations
Color information
#AF3A37 (or 0xAF3A37) is known color: Medium Carmine. HEX triplet: AF, 3A and 37. RGB value is (175,58,55). Sum of RGB (Red+Green+Blue) = 175+58+55=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A37 is #50C5C8. Grayscale: #5C5C5C. Windows color (decimal): -5293513 or 3619503. OLE color: 3619503.
HSL color Cylindrical-coordinate representation of color #AF3A37: hue angle of 1.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3A37 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 55 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.31 |
| HSL | 1.5º | 0.52% | 0.45% | - |
| HSV(B) | 1.5º | 0.69% | 0.69% | - |
| XYZ | 19.88 | 12.42 | 4.96 | - |
| YUV | 92.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 55 | 0 | 0.67 | 0.69 | 0.31 | 1.5 | 0.52 | 0.45 |
| Hex | AF | 3A | 37 | 0 | 43 | 45 | 1F | 2 | 34 | 2D |
| Octal | 257 | 72 | 67 | 0 | 103 | 105 | 37 | 2 | 64 | 55 |
| Binary | 10101111 | 111010 | 110111 | 0 | 1000011 | 1000101 | 11111 | 10 | 110100 | 101101 |
Color Harmonies of #AF3A37
Complementary color
Monochromatic Colors of #AF3A37
Black with #AF3A37
Text Example
Text Example
White with #AF3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A37; }
p { color: rgb(175,58,55); }
H1.HeaderClassName
{
color: #AF3A37;
}
.AnyTagClassName
{
color: #AF3A37;
}
</style>
background-color css
<style>
a { background-color: #AF3A37; }
a { background-color: rgb(175,58,55); }
div.DivClassName
{
background-color: #AF3A37;
}
.BgClassName
{
background-color: #AF3A37;
}
</style>
border-color css
<style>
span { border-color: #AF3A37; }
span { border-color: rgb(175,58,55); }
td.TdClassName
{
border-color: #AF3A37;
}
.TagClassName
{
border-color: #AF3A37;
}
</style>