Shades of Jazzberry Jam #A00C3C
Tints of Jazzberry Jam #A00C3C
RGB
CMYK
RGB Variations
Color information
#A00C3C (or 0xA00C3C) is known color: Jazzberry Jam. HEX triplet: A0, 0C and 3C. RGB value is (160,12,60). Sum of RGB (Red+Green+Blue) = 160+12+60=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00C3C is #5FF3C3. Grayscale: #3D3D3D. Windows color (decimal): -6288324 or 3935392. OLE color: 3935392.
HSL color Cylindrical-coordinate representation of color #A00C3C: hue angle of 340.54º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C3C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 60 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.37 |
| HSL | 340.54º | 0.86% | 0.34% | - |
| HSV(B) | 340.54º | 0.93% | 0.63% | - |
| XYZ | 15.44 | 8.06 | 5.02 | - |
| YUV | 61.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 60 | 0 | 0.93 | 0.62 | 0.37 | 340.54 | 0.86 | 0.34 |
| Hex | A0 | C | 3C | 0 | 5D | 3E | 25 | 155 | 56 | 22 |
| Octal | 240 | 14 | 74 | 0 | 135 | 76 | 45 | 525 | 126 | 42 |
| Binary | 10100000 | 1100 | 111100 | 0 | 1011101 | 111110 | 100101 | 101010101 | 1010110 | 100010 |
Color Harmonies of #A00C3C
Complementary color
Monochromatic Colors of #A00C3C
Black with #A00C3C
Text Example
Text Example
White with #A00C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C3C; }
p { color: rgb(160,12,60); }
H1.HeaderClassName
{
color: #A00C3C;
}
.AnyTagClassName
{
color: #A00C3C;
}
</style>
background-color css
<style>
a { background-color: #A00C3C; }
a { background-color: rgb(160,12,60); }
div.DivClassName
{
background-color: #A00C3C;
}
.BgClassName
{
background-color: #A00C3C;
}
</style>
border-color css
<style>
span { border-color: #A00C3C; }
span { border-color: rgb(160,12,60); }
td.TdClassName
{
border-color: #A00C3C;
}
.TagClassName
{
border-color: #A00C3C;
}
</style>