Shades of Medium Carmine #AF4334
Tints of Medium Carmine #AF4334
RGB
CMYK
RGB Variations
Color information
#AF4334 (or 0xAF4334) is known color: Medium Carmine. HEX triplet: AF, 43 and 34. RGB value is (175,67,52). Sum of RGB (Red+Green+Blue) = 175+67+52=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4334 is #50BCCB. Grayscale: #616161. Windows color (decimal): -5291212 or 3425199. OLE color: 3425199.
HSL color Cylindrical-coordinate representation of color #AF4334: hue angle of 7.32º 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 #AF4334 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 52 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.31 |
| HSL | 7.32º | 0.54% | 0.45% | - |
| HSV(B) | 7.32º | 0.7% | 0.69% | - |
| XYZ | 20.31 | 13.38 | 4.76 | - |
| YUV | 97.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 52 | 0 | 0.62 | 0.70 | 0.31 | 7.32 | 0.54 | 0.45 |
| Hex | AF | 43 | 34 | 0 | 3E | 46 | 1F | 7 | 36 | 2D |
| Octal | 257 | 103 | 64 | 0 | 76 | 106 | 37 | 7 | 66 | 55 |
| Binary | 10101111 | 1000011 | 110100 | 0 | 111110 | 1000110 | 11111 | 111 | 110110 | 101101 |
Color Harmonies of #AF4334
Complementary color
Monochromatic Colors of #AF4334
Black with #AF4334
Text Example
Text Example
White with #AF4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4334; }
p { color: rgb(175,67,52); }
H1.HeaderClassName
{
color: #AF4334;
}
.AnyTagClassName
{
color: #AF4334;
}
</style>
background-color css
<style>
a { background-color: #AF4334; }
a { background-color: rgb(175,67,52); }
div.DivClassName
{
background-color: #AF4334;
}
.BgClassName
{
background-color: #AF4334;
}
</style>
border-color css
<style>
span { border-color: #AF4334; }
span { border-color: rgb(175,67,52); }
td.TdClassName
{
border-color: #AF4334;
}
.TagClassName
{
border-color: #AF4334;
}
</style>