Html Css Color HEX #B20045 Jazzberry Jam

📋 copy color: '#B20045'

red 178 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #B20045

Tints of Jazzberry Jam #B20045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 27.94%

R = 72.06%
G = 0%
B = 27.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B20045 (or 0xB20045) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 45. RGB value is (178,0,69). Sum of RGB (Red+Green+Blue) = 178+0+69=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B20045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20045 is #4DFFBA. Grayscale: #3C3C3C. Windows color (decimal): -5111739 or 4522162. OLE color: 4522162.

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

Color convert

RGB 178 0 69 -
CMYK 0 1 0.61 0.30
HSL 336.74º 1% 0.35% -
HSV(B) 336.74º 1% 0.7% -
XYZ 19.43 9.89 6.52 -
YUV 61.09 132.47 211.39 -
System Red Green Blue C M Y K H S L
Decimal 178 0 69 0 1 0.61 0.30 336.74 1 0.35
Hex B2 0 45 0 64 3D 1E 151 64 23
Octal 262 0 105 0 144 75 36 521 144 43
Binary 10110010 0 1000101 0 1100100 111101 11110 101010001 1100100 100011

Color Harmonies of #B20045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20045

Black with #B20045

Text Example


Text Example

White with #B20045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20045; }

 p { color: rgb(178,0,69); }

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

background-color css

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

 a { background-color: rgb(178,0,69); }

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

border-color css

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

 span { border-color: rgb(178,0,69); }

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