Shades of Medium Carmine #A53D33
Tints of Medium Carmine #A53D33
RGB
CMYK
RGB Variations
Color information
#A53D33 (or 0xA53D33) is known color: Medium Carmine. HEX triplet: A5, 3D and 33. RGB value is (165,61,51). Sum of RGB (Red+Green+Blue) = 165+61+51=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D33 is #5AC2CC. Grayscale: #5B5B5B. Windows color (decimal): -5948109 or 3358117. OLE color: 3358117.
HSL color Cylindrical-coordinate representation of color #A53D33: hue angle of 5.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53D33 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 51 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.35 |
| HSL | 5.26º | 0.53% | 0.42% | - |
| HSV(B) | 5.26º | 0.69% | 0.65% | - |
| XYZ | 17.78 | 11.58 | 4.43 | - |
| YUV | 90.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 51 | 0 | 0.63 | 0.69 | 0.35 | 5.26 | 0.53 | 0.42 |
| Hex | A5 | 3D | 33 | 0 | 3F | 45 | 23 | 5 | 35 | 2A |
| Octal | 245 | 75 | 63 | 0 | 77 | 105 | 43 | 5 | 65 | 52 |
| Binary | 10100101 | 111101 | 110011 | 0 | 111111 | 1000101 | 100011 | 101 | 110101 | 101010 |
Color Harmonies of #A53D33
Complementary color
Monochromatic Colors of #A53D33
Black with #A53D33
Text Example
Text Example
White with #A53D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D33; }
p { color: rgb(165,61,51); }
H1.HeaderClassName
{
color: #A53D33;
}
.AnyTagClassName
{
color: #A53D33;
}
</style>
background-color css
<style>
a { background-color: #A53D33; }
a { background-color: rgb(165,61,51); }
div.DivClassName
{
background-color: #A53D33;
}
.BgClassName
{
background-color: #A53D33;
}
</style>
border-color css
<style>
span { border-color: #A53D33; }
span { border-color: rgb(165,61,51); }
td.TdClassName
{
border-color: #A53D33;
}
.TagClassName
{
border-color: #A53D33;
}
</style>