Html Css Color HEX #B2014B Jazzberry Jam

📋 copy color: '#B2014B'

red 178 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #B2014B

Tints of Jazzberry Jam #B2014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 70.08%
G = 0.39%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2014B (or 0xB2014B) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 4B. RGB value is (178,1,75). Sum of RGB (Red+Green+Blue) = 178+1+75=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B2014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2014B is #4DFEB4. Grayscale: #3E3E3E. Windows color (decimal): -5111477 or 4915634. OLE color: 4915634.

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

Color convert

RGB 178 1 75 -
CMYK 0 0.99 0.58 0.30
HSL 334.92º 0.99% 0.35% -
HSV(B) 334.92º 0.99% 0.7% -
XYZ 19.64 9.99 7.55 -
YUV 62.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 178 1 75 0 0.99 0.58 0.30 334.92 0.99 0.35
Hex B2 1 4B 0 63 3A 1E 14F 63 23
Octal 262 1 113 0 143 72 36 517 143 43
Binary 10110010 1 1001011 0 1100011 111010 11110 101001111 1100011 100011

Color Harmonies of #B2014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2014B

Black with #B2014B

Text Example


Text Example

White with #B2014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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