Html Css Color HEX #A20B3C Jazzberry Jam

📋 copy color: '#A20B3C'

red 162 ◦ green 11 ◦ blue 60

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

Shades of Jazzberry Jam #A20B3C

Tints of Jazzberry Jam #A20B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.72%

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

R = 69.53%
G = 4.72%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A20B3C (or 0xA20B3C) is known color: Jazzberry Jam. HEX triplet: A2, 0B and 3C. RGB value is (162,11,60). Sum of RGB (Red+Green+Blue) = 162+11+60=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20B3C is #5DF4C3. Grayscale: #3D3D3D. Windows color (decimal): -6157508 or 3935138. OLE color: 3935138.

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

Color convert

RGB 162 11 60 -
CMYK 0 0.93 0.63 0.36
HSL 340.53º 0.87% 0.34% -
HSV(B) 340.53º 0.93% 0.64% -
XYZ 15.84 8.25 5.03 -
YUV 61.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 162 11 60 0 0.93 0.63 0.36 340.53 0.87 0.34
Hex A2 B 3C 0 5D 3F 24 155 57 22
Octal 242 13 74 0 135 77 44 525 127 42
Binary 10100010 1011 111100 0 1011101 111111 100100 101010101 1010111 100010

Color Harmonies of #A20B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20B3C

Black with #A20B3C

Text Example


Text Example

White with #A20B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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