Shades of Medium Carmine #AB402F
Tints of Medium Carmine #AB402F
RGB
CMYK
RGB Variations
Color information
#AB402F (or 0xAB402F) is known color: Medium Carmine. HEX triplet: AB, 40 and 2F. RGB value is (171,64,47). Sum of RGB (Red+Green+Blue) = 171+64+47=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB402F is #54BFD0. Grayscale: #5E5E5E. Windows color (decimal): -5554129 or 3096747. OLE color: 3096747.
HSL color Cylindrical-coordinate representation of color #AB402F: hue angle of 8.23º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB402F is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 47 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.33 |
| HSL | 8.23º | 0.57% | 0.43% | - |
| HSV(B) | 8.23º | 0.73% | 0.67% | - |
| XYZ | 19.14 | 12.53 | 4.1 | - |
| YUV | 94.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 47 | 0 | 0.63 | 0.73 | 0.33 | 8.23 | 0.57 | 0.43 |
| Hex | AB | 40 | 2F | 0 | 3F | 49 | 21 | 8 | 39 | 2B |
| Octal | 253 | 100 | 57 | 0 | 77 | 111 | 41 | 10 | 71 | 53 |
| Binary | 10101011 | 1000000 | 101111 | 0 | 111111 | 1001001 | 100001 | 1000 | 111001 | 101011 |
Color Harmonies of #AB402F
Complementary color
Monochromatic Colors of #AB402F
Black with #AB402F
Text Example
Text Example
White with #AB402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB402F; }
p { color: rgb(171,64,47); }
H1.HeaderClassName
{
color: #AB402F;
}
.AnyTagClassName
{
color: #AB402F;
}
</style>
background-color css
<style>
a { background-color: #AB402F; }
a { background-color: rgb(171,64,47); }
div.DivClassName
{
background-color: #AB402F;
}
.BgClassName
{
background-color: #AB402F;
}
</style>
border-color css
<style>
span { border-color: #AB402F; }
span { border-color: rgb(171,64,47); }
td.TdClassName
{
border-color: #AB402F;
}
.TagClassName
{
border-color: #AB402F;
}
</style>