Shades of Medium Carmine #AF4228
Tints of Medium Carmine #AF4228
RGB
CMYK
RGB Variations
Color information
#AF4228 (or 0xAF4228) is known color: Medium Carmine. HEX triplet: AF, 42 and 28. RGB value is (175,66,40). Sum of RGB (Red+Green+Blue) = 175+66+40=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4228 is #50BDD7. Grayscale: #5F5F5F. Windows color (decimal): -5291480 or 2638511. OLE color: 2638511.
HSL color Cylindrical-coordinate representation of color #AF4228: hue angle of 11.56º 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 #AF4228 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 40 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.31 |
| HSL | 11.56º | 0.63% | 0.42% | - |
| HSV(B) | 11.56º | 0.77% | 0.69% | - |
| XYZ | 20.01 | 13.16 | 3.49 | - |
| YUV | 95.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 40 | 0 | 0.62 | 0.77 | 0.31 | 11.56 | 0.63 | 0.42 |
| Hex | AF | 42 | 28 | 0 | 3E | 4D | 1F | C | 3F | 2A |
| Octal | 257 | 102 | 50 | 0 | 76 | 115 | 37 | 14 | 77 | 52 |
| Binary | 10101111 | 1000010 | 101000 | 0 | 111110 | 1001101 | 11111 | 1100 | 111111 | 101010 |
Color Harmonies of #AF4228
Complementary color
Monochromatic Colors of #AF4228
Black with #AF4228
Text Example
Text Example
White with #AF4228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4228; }
p { color: rgb(175,66,40); }
H1.HeaderClassName
{
color: #AF4228;
}
.AnyTagClassName
{
color: #AF4228;
}
</style>
background-color css
<style>
a { background-color: #AF4228; }
a { background-color: rgb(175,66,40); }
div.DivClassName
{
background-color: #AF4228;
}
.BgClassName
{
background-color: #AF4228;
}
</style>
border-color css
<style>
span { border-color: #AF4228; }
span { border-color: rgb(175,66,40); }
td.TdClassName
{
border-color: #AF4228;
}
.TagClassName
{
border-color: #AF4228;
}
</style>