#A00240

Color #A00240 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A00240

Tints of Jazzberry Jam #A00240

Color information

#A00240 (or 0xA00240) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 02 and 40. RGB value is (160,2,64). Sum of RGB (Red+Green+Blue) = 160+2+64=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A00240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00240 is #5FFDBF. Grayscale: #383838. Windows color (decimal): -6290880 or 4194976. OLE color: 4194976.

HSL color Cylindrical-coordinate representation of color #A00240: hue angle of 336.46º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00240 is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB160264-
CMYK00.990.60.37
HSL336.46º97.53%31.76%-
HSV(B)336.46º98.75%62.75%-
XYZ15.447.895.56-
YUV56.31132.35201.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 70.80%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=70.80%
G=0.88%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16026400.990.60.37336.4697.5331.76
HexA02400633C251506220
Octal24021000143744552014240
Binary10100000101000000011000111111001001011010100001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00240; }

 p { color: rgb(160,2,64); }

 H1.HeaderClassName
 {
   color: #A00240;
 }
 .AnyTagClassName
 {
   color: #A00240;
 }
</style>
background-color css

<style>
 a { background-color: #A00240; }

 a { background-color: rgb(160,2,64); }

 div.DivClassName
 {
   background-color: #A00240;
 }
 .BgClassName
 {
   background-color: #A00240;
 }
</style>
border-color css

<style>
 span { border-color: #A00240; }

 span { border-color: rgb(160,2,64); }

 td.TdClassName
 {
   border-color: #A00240;
 }
 .TagClassName
 {
   border-color: #A00240;
 }
</style>