Shades of Medium Carmine #AF3926
Tints of Medium Carmine #AF3926
RGB
CMYK
RGB Variations
Color information
#AF3926 (or 0xAF3926) is known color: Medium Carmine. HEX triplet: AF, 39 and 26. RGB value is (175,57,38). Sum of RGB (Red+Green+Blue) = 175+57+38=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3926 is #50C6D9. Grayscale: #5A5A5A. Windows color (decimal): -5293786 or 2505135. OLE color: 2505135.
HSL color Cylindrical-coordinate representation of color #AF3926: hue angle of 8.32º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF3926 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 38 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.31 |
| HSL | 8.32º | 0.64% | 0.42% | - |
| HSV(B) | 8.32º | 0.78% | 0.69% | - |
| XYZ | 19.49 | 12.18 | 3.16 | - |
| YUV | 90.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 38 | 0 | 0.67 | 0.78 | 0.31 | 8.32 | 0.64 | 0.42 |
| Hex | AF | 39 | 26 | 0 | 43 | 4E | 1F | 8 | 40 | 2A |
| Octal | 257 | 71 | 46 | 0 | 103 | 116 | 37 | 10 | 100 | 52 |
| Binary | 10101111 | 111001 | 100110 | 0 | 1000011 | 1001110 | 11111 | 1000 | 1000000 | 101010 |
Color Harmonies of #AF3926
Complementary color
Monochromatic Colors of #AF3926
Black with #AF3926
Text Example
Text Example
White with #AF3926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3926; }
p { color: rgb(175,57,38); }
H1.HeaderClassName
{
color: #AF3926;
}
.AnyTagClassName
{
color: #AF3926;
}
</style>
background-color css
<style>
a { background-color: #AF3926; }
a { background-color: rgb(175,57,38); }
div.DivClassName
{
background-color: #AF3926;
}
.BgClassName
{
background-color: #AF3926;
}
</style>
border-color css
<style>
span { border-color: #AF3926; }
span { border-color: rgb(175,57,38); }
td.TdClassName
{
border-color: #AF3926;
}
.TagClassName
{
border-color: #AF3926;
}
</style>