Html Css Color HEX #B20243 Jazzberry Jam

📋 copy color: '#B20243'

red 178 ◦ green 2 ◦ blue 67

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

Shades of Jazzberry Jam #B20243

Tints of Jazzberry Jam #B20243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 72.06%
G = 0.81%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B20243 (or 0xB20243) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 43. RGB value is (178,2,67). Sum of RGB (Red+Green+Blue) = 178+2+67=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B20243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20243 is #4DFDBC. Grayscale: #3D3D3D. Windows color (decimal): -5111229 or 4391602. OLE color: 4391602.

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

Color convert

RGB 178 2 67 -
CMYK 0 0.99 0.62 0.30
HSL 337.84º 0.98% 0.35% -
HSV(B) 337.84º 0.99% 0.7% -
XYZ 19.39 9.91 6.2 -
YUV 62.03 130.81 210.71 -
System Red Green Blue C M Y K H S L
Decimal 178 2 67 0 0.99 0.62 0.30 337.84 0.98 0.35
Hex B2 2 43 0 63 3E 1E 152 62 23
Octal 262 2 103 0 143 76 36 522 142 43
Binary 10110010 10 1000011 0 1100011 111110 11110 101010010 1100010 100011

Color Harmonies of #B20243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20243

Black with #B20243

Text Example


Text Example

White with #B20243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20243; }

 p { color: rgb(178,2,67); }

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

background-color css

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

 a { background-color: rgb(178,2,67); }

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

border-color css

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

 span { border-color: rgb(178,2,67); }

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