Shades of Carmine #A00338
Tints of Carmine #A00338
RGB
CMYK
RGB Variations
Color information
#A00338 (or 0xA00338) is known color: Carmine. HEX triplet: A0, 03 and 38. RGB value is (160,3,56). Sum of RGB (Red+Green+Blue) = 160+3+56=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A00338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00338 is #5FFCC7. Grayscale: #373737. Windows color (decimal): -6290632 or 3670944. OLE color: 3670944.
HSL color Cylindrical-coordinate representation of color #A00338: hue angle of 339.75º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00338 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.37 |
| HSL | 339.75º | 0.96% | 0.32% | - |
| HSV(B) | 339.75º | 0.98% | 0.63% | - |
| XYZ | 15.24 | 7.82 | 4.45 | - |
| YUV | 55.99 | 128.01 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 56 | 0 | 0.98 | 0.65 | 0.37 | 339.75 | 0.96 | 0.32 |
| Hex | A0 | 3 | 38 | 0 | 62 | 41 | 25 | 154 | 60 | 20 |
| Octal | 240 | 3 | 70 | 0 | 142 | 101 | 45 | 524 | 140 | 40 |
| Binary | 10100000 | 11 | 111000 | 0 | 1100010 | 1000001 | 100101 | 101010100 | 1100000 | 100000 |
Color Harmonies of #A00338
Complementary color
Monochromatic Colors of #A00338
Black with #A00338
Text Example
Text Example
White with #A00338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00338; }
p { color: rgb(160,3,56); }
H1.HeaderClassName
{
color: #A00338;
}
.AnyTagClassName
{
color: #A00338;
}
</style>
background-color css
<style>
a { background-color: #A00338; }
a { background-color: rgb(160,3,56); }
div.DivClassName
{
background-color: #A00338;
}
.BgClassName
{
background-color: #A00338;
}
</style>
border-color css
<style>
span { border-color: #A00338; }
span { border-color: rgb(160,3,56); }
td.TdClassName
{
border-color: #A00338;
}
.TagClassName
{
border-color: #A00338;
}
</style>