Html Css Color HEX #A2003C Jazzberry Jam

📋 copy color: '#A2003C'

red 162 ◦ green 0 ◦ blue 60

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

Shades of Jazzberry Jam #A2003C

Tints of Jazzberry Jam #A2003C

RGB

 RED value IS 162 (63.67% from 255) = 72.97%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.97%
G = 0%
B = 27.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2003C (or 0xA2003C) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 3C. RGB value is (162,0,60). Sum of RGB (Red+Green+Blue) = 162+0+60=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A2003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2003C is #5DFFC3. Grayscale: #373737. Windows color (decimal): -6160324 or 3932322. OLE color: 3932322.

HSL color Cylindrical-coordinate representation of color #A2003C: hue angle of 337.78º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2003C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 60 -
CMYK 0 1 0.63 0.36
HSL 337.78º 1% 0.32% -
HSV(B) 337.78º 1% 0.64% -
XYZ 15.72 8.01 4.99 -
YUV 55.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 162 0 60 0 1 0.63 0.36 337.78 1 0.32
Hex A2 0 3C 0 64 3F 24 152 64 20
Octal 242 0 74 0 144 77 44 522 144 40
Binary 10100010 0 111100 0 1100100 111111 100100 101010010 1100100 100000

Color Harmonies of #A2003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2003C

Black with #A2003C

Text Example


Text Example

White with #A2003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2003C; }

 p { color: rgb(162,0,60); }

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

background-color css

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

 a { background-color: rgb(162,0,60); }

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

border-color css

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

 span { border-color: rgb(162,0,60); }

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