Shades of Medium Carmine #A54333
Tints of Medium Carmine #A54333
RGB
CMYK
RGB Variations
Color information
#A54333 (or 0xA54333) is known color: Medium Carmine. HEX triplet: A5, 43 and 33. RGB value is (165,67,51). Sum of RGB (Red+Green+Blue) = 165+67+51=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A54333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54333 is #5ABCCC. Grayscale: #5E5E5E. Windows color (decimal): -5946573 or 3359653. OLE color: 3359653.
HSL color Cylindrical-coordinate representation of color #A54333: hue angle of 8.42º 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 #A54333 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 51 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.35 |
| HSL | 8.42º | 0.53% | 0.42% | - |
| HSV(B) | 8.42º | 0.69% | 0.65% | - |
| XYZ | 18.12 | 12.25 | 4.54 | - |
| YUV | 94.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 51 | 0 | 0.59 | 0.69 | 0.35 | 8.42 | 0.53 | 0.42 |
| Hex | A5 | 43 | 33 | 0 | 3B | 45 | 23 | 8 | 35 | 2A |
| Octal | 245 | 103 | 63 | 0 | 73 | 105 | 43 | 10 | 65 | 52 |
| Binary | 10100101 | 1000011 | 110011 | 0 | 111011 | 1000101 | 100011 | 1000 | 110101 | 101010 |
Color Harmonies of #A54333
Complementary color
Monochromatic Colors of #A54333
Black with #A54333
Text Example
Text Example
White with #A54333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54333; }
p { color: rgb(165,67,51); }
H1.HeaderClassName
{
color: #A54333;
}
.AnyTagClassName
{
color: #A54333;
}
</style>
background-color css
<style>
a { background-color: #A54333; }
a { background-color: rgb(165,67,51); }
div.DivClassName
{
background-color: #A54333;
}
.BgClassName
{
background-color: #A54333;
}
</style>
border-color css
<style>
span { border-color: #A54333; }
span { border-color: rgb(165,67,51); }
td.TdClassName
{
border-color: #A54333;
}
.TagClassName
{
border-color: #A54333;
}
</style>