Shades of Carmine #A00339
Tints of Carmine #A00339
RGB
CMYK
RGB Variations
Color information
#A00339 (or 0xA00339) is known color: Carmine. HEX triplet: A0, 03 and 39. RGB value is (160,3,57). Sum of RGB (Red+Green+Blue) = 160+3+57=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A00339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00339 is #5FFCC6. Grayscale: #383838. Windows color (decimal): -6290631 or 3736480. OLE color: 3736480.
HSL color Cylindrical-coordinate representation of color #A00339: hue angle of 339.36º 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 #A00339 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 57 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.37 |
| HSL | 339.36º | 0.96% | 0.32% | - |
| HSV(B) | 339.36º | 0.98% | 0.63% | - |
| XYZ | 15.27 | 7.83 | 4.58 | - |
| YUV | 56.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 57 | 0 | 0.98 | 0.64 | 0.37 | 339.36 | 0.96 | 0.32 |
| Hex | A0 | 3 | 39 | 0 | 62 | 40 | 25 | 153 | 60 | 20 |
| Octal | 240 | 3 | 71 | 0 | 142 | 100 | 45 | 523 | 140 | 40 |
| Binary | 10100000 | 11 | 111001 | 0 | 1100010 | 1000000 | 100101 | 101010011 | 1100000 | 100000 |
Color Harmonies of #A00339
Complementary color
Monochromatic Colors of #A00339
Black with #A00339
Text Example
Text Example
White with #A00339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00339; }
p { color: rgb(160,3,57); }
H1.HeaderClassName
{
color: #A00339;
}
.AnyTagClassName
{
color: #A00339;
}
</style>
background-color css
<style>
a { background-color: #A00339; }
a { background-color: rgb(160,3,57); }
div.DivClassName
{
background-color: #A00339;
}
.BgClassName
{
background-color: #A00339;
}
</style>
border-color css
<style>
span { border-color: #A00339; }
span { border-color: rgb(160,3,57); }
td.TdClassName
{
border-color: #A00339;
}
.TagClassName
{
border-color: #A00339;
}
</style>