Shades of Medium Carmine #AF4025
Tints of Medium Carmine #AF4025
RGB
CMYK
RGB Variations
Color information
#AF4025 (or 0xAF4025) is known color: Medium Carmine. HEX triplet: AF, 40 and 25. RGB value is (175,64,37). Sum of RGB (Red+Green+Blue) = 175+64+37=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4025 is #50BFDA. Grayscale: #5E5E5E. Windows color (decimal): -5291995 or 2441391. OLE color: 2441391.
HSL color Cylindrical-coordinate representation of color #AF4025: hue angle of 11.74º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF4025 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 37 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.31 |
| HSL | 11.74º | 0.65% | 0.42% | - |
| HSV(B) | 11.74º | 0.79% | 0.69% | - |
| XYZ | 19.85 | 12.91 | 3.2 | - |
| YUV | 94.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 37 | 0 | 0.63 | 0.79 | 0.31 | 11.74 | 0.65 | 0.42 |
| Hex | AF | 40 | 25 | 0 | 3F | 4F | 1F | C | 41 | 2A |
| Octal | 257 | 100 | 45 | 0 | 77 | 117 | 37 | 14 | 101 | 52 |
| Binary | 10101111 | 1000000 | 100101 | 0 | 111111 | 1001111 | 11111 | 1100 | 1000001 | 101010 |
Color Harmonies of #AF4025
Complementary color
Monochromatic Colors of #AF4025
Black with #AF4025
Text Example
Text Example
White with #AF4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4025; }
p { color: rgb(175,64,37); }
H1.HeaderClassName
{
color: #AF4025;
}
.AnyTagClassName
{
color: #AF4025;
}
</style>
background-color css
<style>
a { background-color: #AF4025; }
a { background-color: rgb(175,64,37); }
div.DivClassName
{
background-color: #AF4025;
}
.BgClassName
{
background-color: #AF4025;
}
</style>
border-color css
<style>
span { border-color: #AF4025; }
span { border-color: rgb(175,64,37); }
td.TdClassName
{
border-color: #AF4025;
}
.TagClassName
{
border-color: #AF4025;
}
</style>