Html Css Color HEX #B20140 Jazzberry Jam

📋 copy color: '#B20140'

red 178 ◦ green 1 ◦ blue 64

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

Shades of Jazzberry Jam #B20140

Tints of Jazzberry Jam #B20140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 73.25%
G = 0.41%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B20140 (or 0xB20140) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 40. RGB value is (178,1,64). Sum of RGB (Red+Green+Blue) = 178+1+64=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B20140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20140 is #4DFEBF. Grayscale: #3D3D3D. Windows color (decimal): -5111488 or 4194738. OLE color: 4194738.

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

Color convert

RGB 178 1 64 -
CMYK 0 0.99 0.64 0.30
HSL 338.64º 0.99% 0.35% -
HSV(B) 338.64º 0.99% 0.7% -
XYZ 19.3 9.86 5.74 -
YUV 61.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 178 1 64 0 0.99 0.64 0.30 338.64 0.99 0.35
Hex B2 1 40 0 63 40 1E 153 63 23
Octal 262 1 100 0 143 100 36 523 143 43
Binary 10110010 1 1000000 0 1100011 1000000 11110 101010011 1100011 100011

Color Harmonies of #B20140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20140

Black with #B20140

Text Example


Text Example

White with #B20140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20140; }

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

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

background-color css

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

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

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

border-color css

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

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

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