Shades of Medium Carmine #AF362E
Tints of Medium Carmine #AF362E
RGB
CMYK
RGB Variations
Color information
#AF362E (or 0xAF362E) is known color: Medium Carmine. HEX triplet: AF, 36 and 2E. RGB value is (175,54,46). Sum of RGB (Red+Green+Blue) = 175+54+46=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF362E is #50C9D1. Grayscale: #595959. Windows color (decimal): -5294546 or 3028655. OLE color: 3028655.
HSL color Cylindrical-coordinate representation of color #AF362E: hue angle of 3.72º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF362E is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 46 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.31 |
| HSL | 3.72º | 0.58% | 0.43% | - |
| HSV(B) | 3.72º | 0.74% | 0.69% | - |
| XYZ | 19.49 | 11.95 | 3.86 | - |
| YUV | 89.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 46 | 0 | 0.69 | 0.74 | 0.31 | 3.72 | 0.58 | 0.43 |
| Hex | AF | 36 | 2E | 0 | 45 | 4A | 1F | 4 | 3A | 2B |
| Octal | 257 | 66 | 56 | 0 | 105 | 112 | 37 | 4 | 72 | 53 |
| Binary | 10101111 | 110110 | 101110 | 0 | 1000101 | 1001010 | 11111 | 100 | 111010 | 101011 |
Color Harmonies of #AF362E
Complementary color
Monochromatic Colors of #AF362E
Black with #AF362E
Text Example
Text Example
White with #AF362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF362E; }
p { color: rgb(175,54,46); }
H1.HeaderClassName
{
color: #AF362E;
}
.AnyTagClassName
{
color: #AF362E;
}
</style>
background-color css
<style>
a { background-color: #AF362E; }
a { background-color: rgb(175,54,46); }
div.DivClassName
{
background-color: #AF362E;
}
.BgClassName
{
background-color: #AF362E;
}
</style>
border-color css
<style>
span { border-color: #AF362E; }
span { border-color: rgb(175,54,46); }
td.TdClassName
{
border-color: #AF362E;
}
.TagClassName
{
border-color: #AF362E;
}
</style>