Html Css Color HEX #A0023C Jazzberry Jam

📋 copy color: '#A0023C'

red 160 ◦ green 2 ◦ blue 60

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

Shades of Jazzberry Jam #A0023C

Tints of Jazzberry Jam #A0023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 72.07%
G = 0.9%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0023C (or 0xA0023C) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 3C. RGB value is (160,2,60). Sum of RGB (Red+Green+Blue) = 160+2+60=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0023C is #5FFDC3. Grayscale: #373737. Windows color (decimal): -6290884 or 3932832. OLE color: 3932832.

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

Color convert

RGB 160 2 60 -
CMYK 0 0.99 0.62 0.37
HSL 337.97º 0.98% 0.32% -
HSV(B) 337.97º 0.99% 0.63% -
XYZ 15.33 7.84 4.98 -
YUV 55.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 160 2 60 0 0.99 0.62 0.37 337.97 0.98 0.32
Hex A0 2 3C 0 63 3E 25 152 62 20
Octal 240 2 74 0 143 76 45 522 142 40
Binary 10100000 10 111100 0 1100011 111110 100101 101010010 1100010 100000

Color Harmonies of #A0023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0023C

Black with #A0023C

Text Example


Text Example

White with #A0023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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