Shades of Medium Carmine #AF3627
Tints of Medium Carmine #AF3627
RGB
CMYK
RGB Variations
Color information
#AF3627 (or 0xAF3627) is known color: Medium Carmine. HEX triplet: AF, 36 and 27. RGB value is (175,54,39). Sum of RGB (Red+Green+Blue) = 175+54+39=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3627 is #50C9D8. Grayscale: #585858. Windows color (decimal): -5294553 or 2569903. OLE color: 2569903.
HSL color Cylindrical-coordinate representation of color #AF3627: hue angle of 6.62º 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 #AF3627 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 39 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.31 |
| HSL | 6.62º | 0.64% | 0.42% | - |
| HSV(B) | 6.62º | 0.78% | 0.69% | - |
| XYZ | 19.36 | 11.9 | 3.2 | - |
| YUV | 88.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 39 | 0 | 0.69 | 0.78 | 0.31 | 6.62 | 0.64 | 0.42 |
| Hex | AF | 36 | 27 | 0 | 45 | 4E | 1F | 7 | 40 | 2A |
| Octal | 257 | 66 | 47 | 0 | 105 | 116 | 37 | 7 | 100 | 52 |
| Binary | 10101111 | 110110 | 100111 | 0 | 1000101 | 1001110 | 11111 | 111 | 1000000 | 101010 |
Color Harmonies of #AF3627
Complementary color
Monochromatic Colors of #AF3627
Black with #AF3627
Text Example
Text Example
White with #AF3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3627; }
p { color: rgb(175,54,39); }
H1.HeaderClassName
{
color: #AF3627;
}
.AnyTagClassName
{
color: #AF3627;
}
</style>
background-color css
<style>
a { background-color: #AF3627; }
a { background-color: rgb(175,54,39); }
div.DivClassName
{
background-color: #AF3627;
}
.BgClassName
{
background-color: #AF3627;
}
</style>
border-color css
<style>
span { border-color: #AF3627; }
span { border-color: rgb(175,54,39); }
td.TdClassName
{
border-color: #AF3627;
}
.TagClassName
{
border-color: #AF3627;
}
</style>