Shades of Medium Carmine #AF4A34
Tints of Medium Carmine #AF4A34
RGB
CMYK
RGB Variations
Color information
#AF4A34 (or 0xAF4A34) is known color: Medium Carmine. HEX triplet: AF, 4A and 34. RGB value is (175,74,52). Sum of RGB (Red+Green+Blue) = 175+74+52=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A34 is #50B5CB. Grayscale: #656565. Windows color (decimal): -5289420 or 3426991. OLE color: 3426991.
HSL color Cylindrical-coordinate representation of color #AF4A34: hue angle of 10.73º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4A34 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 52 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.31 |
| HSL | 10.73º | 0.54% | 0.45% | - |
| HSV(B) | 10.73º | 0.7% | 0.69% | - |
| XYZ | 20.75 | 14.26 | 4.91 | - |
| YUV | 101.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 52 | 0 | 0.58 | 0.70 | 0.31 | 10.73 | 0.54 | 0.45 |
| Hex | AF | 4A | 34 | 0 | 3A | 46 | 1F | B | 36 | 2D |
| Octal | 257 | 112 | 64 | 0 | 72 | 106 | 37 | 13 | 66 | 55 |
| Binary | 10101111 | 1001010 | 110100 | 0 | 111010 | 1000110 | 11111 | 1011 | 110110 | 101101 |
Color Harmonies of #AF4A34
Complementary color
Monochromatic Colors of #AF4A34
Black with #AF4A34
Text Example
Text Example
White with #AF4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A34; }
p { color: rgb(175,74,52); }
H1.HeaderClassName
{
color: #AF4A34;
}
.AnyTagClassName
{
color: #AF4A34;
}
</style>
background-color css
<style>
a { background-color: #AF4A34; }
a { background-color: rgb(175,74,52); }
div.DivClassName
{
background-color: #AF4A34;
}
.BgClassName
{
background-color: #AF4A34;
}
</style>
border-color css
<style>
span { border-color: #AF4A34; }
span { border-color: rgb(175,74,52); }
td.TdClassName
{
border-color: #AF4A34;
}
.TagClassName
{
border-color: #AF4A34;
}
</style>