Shades of Carmine #A30038
Tints of Carmine #A30038
RGB
CMYK
RGB Variations
Color information
#A30038 (or 0xA30038) is known color: Carmine. HEX triplet: A3, 00 and 38. RGB value is (163,0,56). Sum of RGB (Red+Green+Blue) = 163+0+56=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A30038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30038 is #5CFFC7. Grayscale: #373737. Windows color (decimal): -6094792 or 3670179. OLE color: 3670179.
HSL color Cylindrical-coordinate representation of color #A30038: hue angle of 339.39º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30038 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.66 | 0.36 |
| HSL | 339.39º | 1% | 0.32% | - |
| HSV(B) | 339.39º | 1% | 0.64% | - |
| XYZ | 15.82 | 8.07 | 4.47 | - |
| YUV | 55.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 56 | 0 | 1 | 0.66 | 0.36 | 339.39 | 1 | 0.32 |
| Hex | A3 | 0 | 38 | 0 | 64 | 42 | 24 | 153 | 64 | 20 |
| Octal | 243 | 0 | 70 | 0 | 144 | 102 | 44 | 523 | 144 | 40 |
| Binary | 10100011 | 0 | 111000 | 0 | 1100100 | 1000010 | 100100 | 101010011 | 1100100 | 100000 |
Color Harmonies of #A30038
Complementary color
Monochromatic Colors of #A30038
Black with #A30038
Text Example
Text Example
White with #A30038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30038; }
p { color: rgb(163,0,56); }
H1.HeaderClassName
{
color: #A30038;
}
.AnyTagClassName
{
color: #A30038;
}
</style>
background-color css
<style>
a { background-color: #A30038; }
a { background-color: rgb(163,0,56); }
div.DivClassName
{
background-color: #A30038;
}
.BgClassName
{
background-color: #A30038;
}
</style>
border-color css
<style>
span { border-color: #A30038; }
span { border-color: rgb(163,0,56); }
td.TdClassName
{
border-color: #A30038;
}
.TagClassName
{
border-color: #A30038;
}
</style>