Shades of Medium Carmine #AF362A
Tints of Medium Carmine #AF362A
RGB
CMYK
RGB Variations
Color information
#AF362A (or 0xAF362A) is known color: Medium Carmine. HEX triplet: AF, 36 and 2A. RGB value is (175,54,42). Sum of RGB (Red+Green+Blue) = 175+54+42=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF362A is #50C9D5. Grayscale: #585858. Windows color (decimal): -5294550 or 2766511. OLE color: 2766511.
HSL color Cylindrical-coordinate representation of color #AF362A: hue angle of 5.41º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF362A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 42 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.31 |
| HSL | 5.41º | 0.61% | 0.43% | - |
| HSV(B) | 5.41º | 0.76% | 0.69% | - |
| XYZ | 19.42 | 11.92 | 3.47 | - |
| YUV | 88.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 42 | 0 | 0.69 | 0.76 | 0.31 | 5.41 | 0.61 | 0.43 |
| Hex | AF | 36 | 2A | 0 | 45 | 4C | 1F | 5 | 3D | 2B |
| Octal | 257 | 66 | 52 | 0 | 105 | 114 | 37 | 5 | 75 | 53 |
| Binary | 10101111 | 110110 | 101010 | 0 | 1000101 | 1001100 | 11111 | 101 | 111101 | 101011 |
Color Harmonies of #AF362A
Complementary color
Monochromatic Colors of #AF362A
Black with #AF362A
Text Example
Text Example
White with #AF362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF362A; }
p { color: rgb(175,54,42); }
H1.HeaderClassName
{
color: #AF362A;
}
.AnyTagClassName
{
color: #AF362A;
}
</style>
background-color css
<style>
a { background-color: #AF362A; }
a { background-color: rgb(175,54,42); }
div.DivClassName
{
background-color: #AF362A;
}
.BgClassName
{
background-color: #AF362A;
}
</style>
border-color css
<style>
span { border-color: #AF362A; }
span { border-color: rgb(175,54,42); }
td.TdClassName
{
border-color: #AF362A;
}
.TagClassName
{
border-color: #AF362A;
}
</style>