Html Css Color HEX #B20142 Jazzberry Jam

📋 copy color: '#B20142'

red 178 ◦ green 1 ◦ blue 66

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

Shades of Jazzberry Jam #B20142

Tints of Jazzberry Jam #B20142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 72.65%
G = 0.41%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B20142 (or 0xB20142) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 42. RGB value is (178,1,66). Sum of RGB (Red+Green+Blue) = 178+1+66=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B20142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20142 is #4DFEBD. Grayscale: #3D3D3D. Windows color (decimal): -5111486 or 4325810. OLE color: 4325810.

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

Color convert

RGB 178 1 66 -
CMYK 0 0.99 0.63 0.30
HSL 337.97º 0.99% 0.35% -
HSV(B) 337.97º 0.99% 0.7% -
XYZ 19.35 9.88 6.04 -
YUV 61.33 130.64 211.21 -
System Red Green Blue C M Y K H S L
Decimal 178 1 66 0 0.99 0.63 0.30 337.97 0.99 0.35
Hex B2 1 42 0 63 3F 1E 152 63 23
Octal 262 1 102 0 143 77 36 522 143 43
Binary 10110010 1 1000010 0 1100011 111111 11110 101010010 1100011 100011

Color Harmonies of #B20142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20142

Black with #B20142

Text Example


Text Example

White with #B20142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20142; }

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

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

background-color css

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

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

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

border-color css

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

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

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