Shades of Medium Carmine #A33D32
Tints of Medium Carmine #A33D32
RGB
CMYK
RGB Variations
Color information
#A33D32 (or 0xA33D32) is known color: Medium Carmine. HEX triplet: A3, 3D and 32. RGB value is (163,61,50). Sum of RGB (Red+Green+Blue) = 163+61+50=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33D32 is #5CC2CD. Grayscale: #5A5A5A. Windows color (decimal): -6079182 or 3292579. OLE color: 3292579.
HSL color Cylindrical-coordinate representation of color #A33D32: hue angle of 5.84º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33D32 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 50 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.36 |
| HSL | 5.84º | 0.53% | 0.42% | - |
| HSV(B) | 5.84º | 0.69% | 0.64% | - |
| XYZ | 17.35 | 11.35 | 4.29 | - |
| YUV | 90.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 50 | 0 | 0.63 | 0.69 | 0.36 | 5.84 | 0.53 | 0.42 |
| Hex | A3 | 3D | 32 | 0 | 3F | 45 | 24 | 6 | 35 | 2A |
| Octal | 243 | 75 | 62 | 0 | 77 | 105 | 44 | 6 | 65 | 52 |
| Binary | 10100011 | 111101 | 110010 | 0 | 111111 | 1000101 | 100100 | 110 | 110101 | 101010 |
Color Harmonies of #A33D32
Complementary color
Monochromatic Colors of #A33D32
Black with #A33D32
Text Example
Text Example
White with #A33D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D32; }
p { color: rgb(163,61,50); }
H1.HeaderClassName
{
color: #A33D32;
}
.AnyTagClassName
{
color: #A33D32;
}
</style>
background-color css
<style>
a { background-color: #A33D32; }
a { background-color: rgb(163,61,50); }
div.DivClassName
{
background-color: #A33D32;
}
.BgClassName
{
background-color: #A33D32;
}
</style>
border-color css
<style>
span { border-color: #A33D32; }
span { border-color: rgb(163,61,50); }
td.TdClassName
{
border-color: #A33D32;
}
.TagClassName
{
border-color: #A33D32;
}
</style>