Html Css Color HEX #B20246 Jazzberry Jam

📋 copy color: '#B20246'

red 178 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #B20246

Tints of Jazzberry Jam #B20246

RGB

 RED value IS 178 (69.92% from 255) = 71.2%

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

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

R = 71.2%
G = 0.8%
B = 28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B20246 (or 0xB20246) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 46. RGB value is (178,2,70). Sum of RGB (Red+Green+Blue) = 178+2+70=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B20246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20246 is #4DFDB9. Grayscale: #3E3E3E. Windows color (decimal): -5111226 or 4588210. OLE color: 4588210.

HSL color Cylindrical-coordinate representation of color #B20246: hue angle of 336.82º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20246 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 70 -
CMYK 0 0.99 0.61 0.30
HSL 336.82º 0.98% 0.35% -
HSV(B) 336.82º 0.99% 0.7% -
XYZ 19.49 9.95 6.69 -
YUV 62.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 178 2 70 0 0.99 0.61 0.30 336.82 0.98 0.35
Hex B2 2 46 0 63 3D 1E 151 62 23
Octal 262 2 106 0 143 75 36 521 142 43
Binary 10110010 10 1000110 0 1100011 111101 11110 101010001 1100010 100011

Color Harmonies of #B20246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20246

Black with #B20246

Text Example


Text Example

White with #B20246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20246; }

 p { color: rgb(178,2,70); }

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

background-color css

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

 a { background-color: rgb(178,2,70); }

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

border-color css

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

 span { border-color: rgb(178,2,70); }

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