Html Css Color HEX #B20442 Jazzberry Jam

📋 copy color: '#B20442'

red 178 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #B20442

Tints of Jazzberry Jam #B20442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 71.77%
G = 1.61%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B20442 (or 0xB20442) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 42. RGB value is (178,4,66). Sum of RGB (Red+Green+Blue) = 178+4+66=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B20442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20442 is #4DFBBD. Grayscale: #3F3F3F. Windows color (decimal): -5110718 or 4326578. OLE color: 4326578.

HSL color Cylindrical-coordinate representation of color #B20442: hue angle of 338.62º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20442 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 66 -
CMYK 0 0.98 0.63 0.30
HSL 338.62º 0.96% 0.36% -
HSV(B) 338.62º 0.98% 0.7% -
XYZ 19.39 9.95 6.05 -
YUV 63.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 178 4 66 0 0.98 0.63 0.30 338.62 0.96 0.36
Hex B2 4 42 0 62 3F 1E 153 60 24
Octal 262 4 102 0 142 77 36 523 140 44
Binary 10110010 100 1000010 0 1100010 111111 11110 101010011 1100000 100100

Color Harmonies of #B20442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20442

Black with #B20442

Text Example


Text Example

White with #B20442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20442; }

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

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

background-color css

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

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

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

border-color css

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

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

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