Html Css Color HEX #A20E3C Jazzberry Jam

📋 copy color: '#A20E3C'

red 162 ◦ green 14 ◦ blue 60

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

Shades of Jazzberry Jam #A20E3C

Tints of Jazzberry Jam #A20E3C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.93%

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

R = 68.64%
G = 5.93%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A20E3C (or 0xA20E3C) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 3C. RGB value is (162,14,60). Sum of RGB (Red+Green+Blue) = 162+14+60=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E3C is #5DF1C3. Grayscale: #3F3F3F. Windows color (decimal): -6156740 or 3935906. OLE color: 3935906.

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

Color convert

RGB 162 14 60 -
CMYK 0 0.91 0.63 0.36
HSL 341.35º 0.84% 0.35% -
HSV(B) 341.35º 0.91% 0.64% -
XYZ 15.87 8.32 5.04 -
YUV 63.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 162 14 60 0 0.91 0.63 0.36 341.35 0.84 0.35
Hex A2 E 3C 0 5B 3F 24 155 54 23
Octal 242 16 74 0 133 77 44 525 124 43
Binary 10100010 1110 111100 0 1011011 111111 100100 101010101 1010100 100011

Color Harmonies of #A20E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E3C

Black with #A20E3C

Text Example


Text Example

White with #A20E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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