Html Css Color HEX #B4014A Jazzberry Jam

📋 copy color: '#B4014A'

red 180 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #B4014A

Tints of Jazzberry Jam #B4014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 70.59%
G = 0.39%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4014A (or 0xB4014A) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 4A. RGB value is (180,1,74). Sum of RGB (Red+Green+Blue) = 180+1+74=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B4014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4014A is #4BFEB5. Grayscale: #3E3E3E. Windows color (decimal): -4980406 or 4850100. OLE color: 4850100.

HSL color Cylindrical-coordinate representation of color #B4014A: hue angle of 335.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 #B4014A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 74 -
CMYK 0 0.99 0.59 0.29
HSL 335.53º 0.99% 0.35% -
HSV(B) 335.53º 0.99% 0.71% -
XYZ 20.07 10.22 7.39 -
YUV 62.84 134.3 211.56 -
System Red Green Blue C M Y K H S L
Decimal 180 1 74 0 0.99 0.59 0.29 335.53 0.99 0.35
Hex B4 1 4A 0 63 3B 1D 150 63 23
Octal 264 1 112 0 143 73 35 520 143 43
Binary 10110100 1 1001010 0 1100011 111011 11101 101010000 1100011 100011

Color Harmonies of #B4014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4014A

Black with #B4014A

Text Example


Text Example

White with #B4014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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