Shades of Medium Carmine #AF4A36
Tints of Medium Carmine #AF4A36
RGB
CMYK
RGB Variations
Color information
#AF4A36 (or 0xAF4A36) is known color: Medium Carmine. HEX triplet: AF, 4A and 36. RGB value is (175,74,54). Sum of RGB (Red+Green+Blue) = 175+74+54=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A36 is #50B5C9. Grayscale: #666666. Windows color (decimal): -5289418 or 3558063. OLE color: 3558063.
HSL color Cylindrical-coordinate representation of color #AF4A36: hue angle of 9.92º degrees, saturation: 0.53, 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 #AF4A36 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 54 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.31 |
| HSL | 9.92º | 0.53% | 0.45% | - |
| HSV(B) | 9.92º | 0.69% | 0.69% | - |
| XYZ | 20.79 | 14.28 | 5.15 | - |
| YUV | 101.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 54 | 0 | 0.58 | 0.69 | 0.31 | 9.92 | 0.53 | 0.45 |
| Hex | AF | 4A | 36 | 0 | 3A | 45 | 1F | A | 35 | 2D |
| Octal | 257 | 112 | 66 | 0 | 72 | 105 | 37 | 12 | 65 | 55 |
| Binary | 10101111 | 1001010 | 110110 | 0 | 111010 | 1000101 | 11111 | 1010 | 110101 | 101101 |
Color Harmonies of #AF4A36
Complementary color
Monochromatic Colors of #AF4A36
Black with #AF4A36
Text Example
Text Example
White with #AF4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A36; }
p { color: rgb(175,74,54); }
H1.HeaderClassName
{
color: #AF4A36;
}
.AnyTagClassName
{
color: #AF4A36;
}
</style>
background-color css
<style>
a { background-color: #AF4A36; }
a { background-color: rgb(175,74,54); }
div.DivClassName
{
background-color: #AF4A36;
}
.BgClassName
{
background-color: #AF4A36;
}
</style>
border-color css
<style>
span { border-color: #AF4A36; }
span { border-color: rgb(175,74,54); }
td.TdClassName
{
border-color: #AF4A36;
}
.TagClassName
{
border-color: #AF4A36;
}
</style>