Shades of Medium Carmine #AF4226
Tints of Medium Carmine #AF4226
RGB
CMYK
RGB Variations
Color information
#AF4226 (or 0xAF4226) is known color: Medium Carmine. HEX triplet: AF, 42 and 26. RGB value is (175,66,38). Sum of RGB (Red+Green+Blue) = 175+66+38=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4226 is #50BDD9. Grayscale: #5F5F5F. Windows color (decimal): -5291482 or 2507439. OLE color: 2507439.
HSL color Cylindrical-coordinate representation of color #AF4226: hue angle of 12.26º 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 #AF4226 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 38 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.31 |
| HSL | 12.26º | 0.64% | 0.42% | - |
| HSV(B) | 12.26º | 0.78% | 0.69% | - |
| XYZ | 19.98 | 13.15 | 3.32 | - |
| YUV | 95.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 38 | 0 | 0.62 | 0.78 | 0.31 | 12.26 | 0.64 | 0.42 |
| Hex | AF | 42 | 26 | 0 | 3E | 4E | 1F | C | 40 | 2A |
| Octal | 257 | 102 | 46 | 0 | 76 | 116 | 37 | 14 | 100 | 52 |
| Binary | 10101111 | 1000010 | 100110 | 0 | 111110 | 1001110 | 11111 | 1100 | 1000000 | 101010 |
Color Harmonies of #AF4226
Complementary color
Monochromatic Colors of #AF4226
Black with #AF4226
Text Example
Text Example
White with #AF4226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4226; }
p { color: rgb(175,66,38); }
H1.HeaderClassName
{
color: #AF4226;
}
.AnyTagClassName
{
color: #AF4226;
}
</style>
background-color css
<style>
a { background-color: #AF4226; }
a { background-color: rgb(175,66,38); }
div.DivClassName
{
background-color: #AF4226;
}
.BgClassName
{
background-color: #AF4226;
}
</style>
border-color css
<style>
span { border-color: #AF4226; }
span { border-color: rgb(175,66,38); }
td.TdClassName
{
border-color: #AF4226;
}
.TagClassName
{
border-color: #AF4226;
}
</style>