Shades of Medium Carmine #AB362D
Tints of Medium Carmine #AB362D
RGB
CMYK
RGB Variations
Color information
#AB362D (or 0xAB362D) is known color: Medium Carmine. HEX triplet: AB, 36 and 2D. RGB value is (171,54,45). Sum of RGB (Red+Green+Blue) = 171+54+45=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB362D is #54C9D2. Grayscale: #585858. Windows color (decimal): -5556691 or 2963115. OLE color: 2963115.
HSL color Cylindrical-coordinate representation of color #AB362D: hue angle of 4.29º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB362D is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 45 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.33 |
| HSL | 4.29º | 0.58% | 0.42% | - |
| HSV(B) | 4.29º | 0.74% | 0.67% | - |
| XYZ | 18.59 | 11.49 | 3.72 | - |
| YUV | 87.96 | 103.76 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 45 | 0 | 0.68 | 0.74 | 0.33 | 4.29 | 0.58 | 0.42 |
| Hex | AB | 36 | 2D | 0 | 44 | 4A | 21 | 4 | 3A | 2A |
| Octal | 253 | 66 | 55 | 0 | 104 | 112 | 41 | 4 | 72 | 52 |
| Binary | 10101011 | 110110 | 101101 | 0 | 1000100 | 1001010 | 100001 | 100 | 111010 | 101010 |
Color Harmonies of #AB362D
Complementary color
Monochromatic Colors of #AB362D
Black with #AB362D
Text Example
Text Example
White with #AB362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB362D; }
p { color: rgb(171,54,45); }
H1.HeaderClassName
{
color: #AB362D;
}
.AnyTagClassName
{
color: #AB362D;
}
</style>
background-color css
<style>
a { background-color: #AB362D; }
a { background-color: rgb(171,54,45); }
div.DivClassName
{
background-color: #AB362D;
}
.BgClassName
{
background-color: #AB362D;
}
</style>
border-color css
<style>
span { border-color: #AB362D; }
span { border-color: rgb(171,54,45); }
td.TdClassName
{
border-color: #AB362D;
}
.TagClassName
{
border-color: #AB362D;
}
</style>