Html Css Color HEX #A20346 Jazzberry Jam

📋 copy color: '#A20346'

red 162 ◦ green 3 ◦ blue 70

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

Shades of Jazzberry Jam #A20346

Tints of Jazzberry Jam #A20346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 68.94%
G = 1.28%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A20346 (or 0xA20346) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 46. RGB value is (162,3,70). Sum of RGB (Red+Green+Blue) = 162+3+70=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A20346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20346 is #5DFCB9. Grayscale: #3A3A3A. Windows color (decimal): -6159546 or 4588450. OLE color: 4588450.

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

Color convert

RGB 162 3 70 -
CMYK 0 0.98 0.57 0.36
HSL 334.72º 0.96% 0.32% -
HSV(B) 334.72º 0.98% 0.64% -
XYZ 16.04 8.19 6.53 -
YUV 58.18 134.68 202.05 -
System Red Green Blue C M Y K H S L
Decimal 162 3 70 0 0.98 0.57 0.36 334.72 0.96 0.32
Hex A2 3 46 0 62 39 24 14F 60 20
Octal 242 3 106 0 142 71 44 517 140 40
Binary 10100010 11 1000110 0 1100010 111001 100100 101001111 1100000 100000

Color Harmonies of #A20346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20346

Black with #A20346

Text Example


Text Example

White with #A20346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20346; }

 p { color: rgb(162,3,70); }

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

background-color css

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

 a { background-color: rgb(162,3,70); }

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

border-color css

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

 span { border-color: rgb(162,3,70); }

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