Shades of Medium Carmine #AF362F
Tints of Medium Carmine #AF362F
RGB
CMYK
RGB Variations
Color information
#AF362F (or 0xAF362F) is known color: Medium Carmine. HEX triplet: AF, 36 and 2F. RGB value is (175,54,47). Sum of RGB (Red+Green+Blue) = 175+54+47=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF362F is #50C9D0. Grayscale: #595959. Windows color (decimal): -5294545 or 3094191. OLE color: 3094191.
HSL color Cylindrical-coordinate representation of color #AF362F: hue angle of 3.28º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF362F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 47 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.31 |
| HSL | 3.28º | 0.58% | 0.44% | - |
| HSV(B) | 3.28º | 0.73% | 0.69% | - |
| XYZ | 19.51 | 11.96 | 3.97 | - |
| YUV | 89.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 47 | 0 | 0.69 | 0.73 | 0.31 | 3.28 | 0.58 | 0.44 |
| Hex | AF | 36 | 2F | 0 | 45 | 49 | 1F | 3 | 3A | 2C |
| Octal | 257 | 66 | 57 | 0 | 105 | 111 | 37 | 3 | 72 | 54 |
| Binary | 10101111 | 110110 | 101111 | 0 | 1000101 | 1001001 | 11111 | 11 | 111010 | 101100 |
Color Harmonies of #AF362F
Complementary color
Monochromatic Colors of #AF362F
Black with #AF362F
Text Example
Text Example
White with #AF362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF362F; }
p { color: rgb(175,54,47); }
H1.HeaderClassName
{
color: #AF362F;
}
.AnyTagClassName
{
color: #AF362F;
}
</style>
background-color css
<style>
a { background-color: #AF362F; }
a { background-color: rgb(175,54,47); }
div.DivClassName
{
background-color: #AF362F;
}
.BgClassName
{
background-color: #AF362F;
}
</style>
border-color css
<style>
span { border-color: #AF362F; }
span { border-color: rgb(175,54,47); }
td.TdClassName
{
border-color: #AF362F;
}
.TagClassName
{
border-color: #AF362F;
}
</style>