Html Css Color HEX #B21450 Jazzberry Jam

📋 copy color: '#B21450'

red 178 ◦ green 20 ◦ blue 80

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

Shades of Jazzberry Jam #B21450

Tints of Jazzberry Jam #B21450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

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

R = 64.03%
G = 7.19%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B21450 (or 0xB21450) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 50. RGB value is (178,20,80). Sum of RGB (Red+Green+Blue) = 178+20+80=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B21450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21450 is #4DEBAF. Grayscale: #4A4A4A. Windows color (decimal): -5106608 or 5248178. OLE color: 5248178.

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

Color convert

RGB 178 20 80 -
CMYK 0 0.89 0.55 0.30
HSL 337.22º 0.8% 0.39% -
HSV(B) 337.22º 0.89% 0.7% -
XYZ 20.06 10.54 8.57 -
YUV 74.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 178 20 80 0 0.89 0.55 0.30 337.22 0.8 0.39
Hex B2 14 50 0 59 37 1E 151 50 27
Octal 262 24 120 0 131 67 36 521 120 47
Binary 10110010 10100 1010000 0 1011001 110111 11110 101010001 1010000 100111

Color Harmonies of #B21450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21450

Black with #B21450

Text Example


Text Example

White with #B21450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21450; }

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

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

background-color css

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

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

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

border-color css

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

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

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