Html Css Color HEX #A0093C Jazzberry Jam

📋 copy color: '#A0093C'

red 160 ◦ green 9 ◦ blue 60

#A0093C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A0093C

Tints of Jazzberry Jam #A0093C

RGB

 RED value IS 160 (62.89% from 255) = 69.87%

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 69.87%
G = 3.93%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0093C (or 0xA0093C) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 3C. RGB value is (160,9,60). Sum of RGB (Red+Green+Blue) = 160+9+60=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A0093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0093C is #5FF6C3. Grayscale: #3B3B3B. Windows color (decimal): -6289092 or 3934624. OLE color: 3934624.

HSL color Cylindrical-coordinate representation of color #A0093C: hue angle of 339.74º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0093C is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 60 -
CMYK 0 0.94 0.62 0.37
HSL 339.74º 0.89% 0.33% -
HSV(B) 339.74º 0.94% 0.63% -
XYZ 15.41 8 5.01 -
YUV 59.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 160 9 60 0 0.94 0.62 0.37 339.74 0.89 0.33
Hex A0 9 3C 0 5E 3E 25 154 59 21
Octal 240 11 74 0 136 76 45 524 131 41
Binary 10100000 1001 111100 0 1011110 111110 100101 101010100 1011001 100001

Color Harmonies of #A0093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0093C

Black with #A0093C

Text Example


Text Example

White with #A0093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0093C; }

 p { color: rgb(160,9,60); }

 H1.HeaderClassName
 {
   color: #A0093C;
 }
 .AnyTagClassName
 {
   color: #A0093C;
 }
</style>

background-color css

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

 a { background-color: rgb(160,9,60); }

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

border-color css

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

 span { border-color: rgb(160,9,60); }

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