Html Css Color HEX #B20151 Jazzberry Jam

📋 copy color: '#B20151'

red 178 ◦ green 1 ◦ blue 81

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

Shades of Jazzberry Jam #B20151

Tints of Jazzberry Jam #B20151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 81 (32.03% from 255) = 31.15%

R = 68.46%
G = 0.38%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B20151 (or 0xB20151) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 51. RGB value is (178,1,81). Sum of RGB (Red+Green+Blue) = 178+1+81=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B20151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20151 is #4DFEAE. Grayscale: #3E3E3E. Windows color (decimal): -5111471 or 5308850. OLE color: 5308850.

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

Color convert

RGB 178 1 81 -
CMYK 0 0.99 0.54 0.30
HSL 332.88º 0.99% 0.35% -
HSV(B) 332.88º 0.99% 0.7% -
XYZ 19.86 10.08 8.68 -
YUV 63.04 138.14 210 -
System Red Green Blue C M Y K H S L
Decimal 178 1 81 0 0.99 0.54 0.30 332.88 0.99 0.35
Hex B2 1 51 0 63 36 1E 14D 63 23
Octal 262 1 121 0 143 66 36 515 143 43
Binary 10110010 1 1010001 0 1100011 110110 11110 101001101 1100011 100011

Color Harmonies of #B20151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20151

Black with #B20151

Text Example


Text Example

White with #B20151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20151; }

 p { color: rgb(178,1,81); }

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

background-color css

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

 a { background-color: rgb(178,1,81); }

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

border-color css

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

 span { border-color: rgb(178,1,81); }

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