Shades of Medium Carmine #AF4038
Tints of Medium Carmine #AF4038
RGB
CMYK
RGB Variations
Color information
#AF4038 (or 0xAF4038) is known color: Medium Carmine. HEX triplet: AF, 40 and 38. RGB value is (175,64,56). Sum of RGB (Red+Green+Blue) = 175+64+56=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4038 is #50BFC7. Grayscale: #606060. Windows color (decimal): -5291976 or 3686575. OLE color: 3686575.
HSL color Cylindrical-coordinate representation of color #AF4038: hue angle of 4.03º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4038 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 56 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.31 |
| HSL | 4.03º | 0.52% | 0.45% | - |
| HSV(B) | 4.03º | 0.68% | 0.69% | - |
| XYZ | 20.23 | 13.07 | 5.2 | - |
| YUV | 96.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 56 | 0 | 0.63 | 0.68 | 0.31 | 4.03 | 0.52 | 0.45 |
| Hex | AF | 40 | 38 | 0 | 3F | 44 | 1F | 4 | 34 | 2D |
| Octal | 257 | 100 | 70 | 0 | 77 | 104 | 37 | 4 | 64 | 55 |
| Binary | 10101111 | 1000000 | 111000 | 0 | 111111 | 1000100 | 11111 | 100 | 110100 | 101101 |
Color Harmonies of #AF4038
Complementary color
Monochromatic Colors of #AF4038
Black with #AF4038
Text Example
Text Example
White with #AF4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4038; }
p { color: rgb(175,64,56); }
H1.HeaderClassName
{
color: #AF4038;
}
.AnyTagClassName
{
color: #AF4038;
}
</style>
background-color css
<style>
a { background-color: #AF4038; }
a { background-color: rgb(175,64,56); }
div.DivClassName
{
background-color: #AF4038;
}
.BgClassName
{
background-color: #AF4038;
}
</style>
border-color css
<style>
span { border-color: #AF4038; }
span { border-color: rgb(175,64,56); }
td.TdClassName
{
border-color: #AF4038;
}
.TagClassName
{
border-color: #AF4038;
}
</style>