Html Css Color HEX #B20A4B Jazzberry Jam

📋 copy color: '#B20A4B'

red 178 ◦ green 10 ◦ blue 75

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

Shades of Jazzberry Jam #B20A4B

Tints of Jazzberry Jam #B20A4B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 67.68%
G = 3.8%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B20A4B (or 0xB20A4B) is known color: Jazzberry Jam. HEX triplet: B2, 0A and 4B. RGB value is (178,10,75). Sum of RGB (Red+Green+Blue) = 178+10+75=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A4B is #4DF5B4. Grayscale: #434343. Windows color (decimal): -5109173 or 4917938. OLE color: 4917938.

HSL color Cylindrical-coordinate representation of color #B20A4B: hue angle of 336.79º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A4B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 75 -
CMYK 0 0.94 0.58 0.30
HSL 336.79º 0.89% 0.37% -
HSV(B) 336.79º 0.94% 0.7% -
XYZ 19.74 10.19 7.58 -
YUV 67.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 178 10 75 0 0.94 0.58 0.30 336.79 0.89 0.37
Hex B2 A 4B 0 5E 3A 1E 151 59 25
Octal 262 12 113 0 136 72 36 521 131 45
Binary 10110010 1010 1001011 0 1011110 111010 11110 101010001 1011001 100101

Color Harmonies of #B20A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A4B

Black with #B20A4B

Text Example


Text Example

White with #B20A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A4B; }

 p { color: rgb(178,10,75); }

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

background-color css

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

 a { background-color: rgb(178,10,75); }

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

border-color css

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

 span { border-color: rgb(178,10,75); }

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