Html Css Color HEX #B4014D Jazzberry Jam

📋 copy color: '#B4014D'

red 180 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #B4014D

Tints of Jazzberry Jam #B4014D

RGB

 RED value IS 180 (70.7% from 255) = 69.77%

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

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 69.77%
G = 0.39%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4014D (or 0xB4014D) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 4D. RGB value is (180,1,77). Sum of RGB (Red+Green+Blue) = 180+1+77=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B4014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4014D is #4BFEB2. Grayscale: #3F3F3F. Windows color (decimal): -4980403 or 5046708. OLE color: 5046708.

HSL color Cylindrical-coordinate representation of color #B4014D: hue angle of 334.53º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4014D is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 77 -
CMYK 0 0.99 0.57 0.29
HSL 334.53º 0.99% 0.35% -
HSV(B) 334.53º 0.99% 0.71% -
XYZ 20.17 10.26 7.94 -
YUV 63.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 180 1 77 0 0.99 0.57 0.29 334.53 0.99 0.35
Hex B4 1 4D 0 63 39 1D 14F 63 23
Octal 264 1 115 0 143 71 35 517 143 43
Binary 10110100 1 1001101 0 1100011 111001 11101 101001111 1100011 100011

Color Harmonies of #B4014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4014D

Black with #B4014D

Text Example


Text Example

White with #B4014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4014D; }

 p { color: rgb(180,1,77); }

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

background-color css

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

 a { background-color: rgb(180,1,77); }

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

border-color css

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

 span { border-color: rgb(180,1,77); }

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