#A00245

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

Shades of Jazzberry Jam #A00245

Tints of Jazzberry Jam #A00245

Color information

#A00245 (or 0xA00245) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 02 and 45. RGB value is (160,2,69). Sum of RGB (Red+Green+Blue) = 160+2+69=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A00245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00245 is #5FFDBA. Grayscale: #383838. Windows color (decimal): -6290875 or 4522656. OLE color: 4522656.

HSL color Cylindrical-coordinate representation of color #A00245: hue angle of 334.56º 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 #A00245 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB160269-
CMYK00.990.570.37
HSL334.56º97.53%31.76%-
HSV(B)334.56º98.75%62.75%-
XYZ15.597.956.34-
YUV56.88134.85201.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.26%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=69.26%
G=0.87%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16026900.990.570.37334.5697.5331.76
HexA0245063392514f6220
Octal24021050143714551714240
Binary10100000101000101011000111110011001011010011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00245; }

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

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

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

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

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

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

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

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