Shades of Medium Carmine #A53F30
Tints of Medium Carmine #A53F30
RGB
CMYK
RGB Variations
Color information
#A53F30 (or 0xA53F30) is known color: Medium Carmine. HEX triplet: A5, 3F and 30. RGB value is (165,63,48). Sum of RGB (Red+Green+Blue) = 165+63+48=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F30 is #5AC0CF. Grayscale: #5B5B5B. Windows color (decimal): -5947600 or 3162021. OLE color: 3162021.
HSL color Cylindrical-coordinate representation of color #A53F30: hue angle of 7.69º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53F30 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 63 | 48 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.35 |
| HSL | 7.69º | 0.55% | 0.42% | - |
| HSV(B) | 7.69º | 0.71% | 0.65% | - |
| XYZ | 17.83 | 11.77 | 4.13 | - |
| YUV | 91.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 48 | 0 | 0.62 | 0.71 | 0.35 | 7.69 | 0.55 | 0.42 |
| Hex | A5 | 3F | 30 | 0 | 3E | 47 | 23 | 8 | 37 | 2A |
| Octal | 245 | 77 | 60 | 0 | 76 | 107 | 43 | 10 | 67 | 52 |
| Binary | 10100101 | 111111 | 110000 | 0 | 111110 | 1000111 | 100011 | 1000 | 110111 | 101010 |
Color Harmonies of #A53F30
Complementary color
Monochromatic Colors of #A53F30
Black with #A53F30
Text Example
Text Example
White with #A53F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53F30; }
p { color: rgb(165,63,48); }
H1.HeaderClassName
{
color: #A53F30;
}
.AnyTagClassName
{
color: #A53F30;
}
</style>
background-color css
<style>
a { background-color: #A53F30; }
a { background-color: rgb(165,63,48); }
div.DivClassName
{
background-color: #A53F30;
}
.BgClassName
{
background-color: #A53F30;
}
</style>
border-color css
<style>
span { border-color: #A53F30; }
span { border-color: rgb(165,63,48); }
td.TdClassName
{
border-color: #A53F30;
}
.TagClassName
{
border-color: #A53F30;
}
</style>