Html Css Color HEX #B20250 Jazzberry Jam

📋 copy color: '#B20250'

red 178 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #B20250

Tints of Jazzberry Jam #B20250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 68.46%
G = 0.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B20250 (or 0xB20250) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 50. RGB value is (178,2,80). Sum of RGB (Red+Green+Blue) = 178+2+80=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B20250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20250 is #4DFDAF. Grayscale: #3F3F3F. Windows color (decimal): -5111216 or 5243570. OLE color: 5243570.

HSL color Cylindrical-coordinate representation of color #B20250: hue angle of 333.41º 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 #B20250 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 80 -
CMYK 0 0.99 0.55 0.30
HSL 333.41º 0.98% 0.35% -
HSV(B) 333.41º 0.99% 0.7% -
XYZ 19.83 10.09 8.49 -
YUV 63.52 137.31 209.66 -
System Red Green Blue C M Y K H S L
Decimal 178 2 80 0 0.99 0.55 0.30 333.41 0.98 0.35
Hex B2 2 50 0 63 37 1E 14D 62 23
Octal 262 2 120 0 143 67 36 515 142 43
Binary 10110010 10 1010000 0 1100011 110111 11110 101001101 1100010 100011

Color Harmonies of #B20250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20250

Black with #B20250

Text Example


Text Example

White with #B20250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20250; }

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

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

background-color css

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

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

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

border-color css

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

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

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