Shades of Medium Carmine #AF4328
Tints of Medium Carmine #AF4328
RGB
CMYK
RGB Variations
Color information
#AF4328 (or 0xAF4328) is known color: Medium Carmine. HEX triplet: AF, 43 and 28. RGB value is (175,67,40). Sum of RGB (Red+Green+Blue) = 175+67+40=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4328 is #50BCD7. Grayscale: #606060. Windows color (decimal): -5291224 or 2638767. OLE color: 2638767.
HSL color Cylindrical-coordinate representation of color #AF4328: hue angle of 12º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF4328 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 40 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.31 |
| HSL | 12º | 0.63% | 0.42% | - |
| HSV(B) | 12º | 0.77% | 0.69% | - |
| XYZ | 20.07 | 13.28 | 3.51 | - |
| YUV | 96.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 40 | 0 | 0.62 | 0.77 | 0.31 | 12 | 0.63 | 0.42 |
| Hex | AF | 43 | 28 | 0 | 3E | 4D | 1F | C | 3F | 2A |
| Octal | 257 | 103 | 50 | 0 | 76 | 115 | 37 | 14 | 77 | 52 |
| Binary | 10101111 | 1000011 | 101000 | 0 | 111110 | 1001101 | 11111 | 1100 | 111111 | 101010 |
Color Harmonies of #AF4328
Complementary color
Monochromatic Colors of #AF4328
Black with #AF4328
Text Example
Text Example
White with #AF4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4328; }
p { color: rgb(175,67,40); }
H1.HeaderClassName
{
color: #AF4328;
}
.AnyTagClassName
{
color: #AF4328;
}
</style>
background-color css
<style>
a { background-color: #AF4328; }
a { background-color: rgb(175,67,40); }
div.DivClassName
{
background-color: #AF4328;
}
.BgClassName
{
background-color: #AF4328;
}
</style>
border-color css
<style>
span { border-color: #AF4328; }
span { border-color: rgb(175,67,40); }
td.TdClassName
{
border-color: #AF4328;
}
.TagClassName
{
border-color: #AF4328;
}
</style>