Html Css Color HEX #B4014F Jazzberry Jam

📋 copy color: '#B4014F'

red 180 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #B4014F

Tints of Jazzberry Jam #B4014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 69.23%
G = 0.38%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B4014F (or 0xB4014F) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 4F. RGB value is (180,1,79). Sum of RGB (Red+Green+Blue) = 180+1+79=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B4014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4014F is #4BFEB0. Grayscale: #3F3F3F. Windows color (decimal): -4980401 or 5177780. OLE color: 5177780.

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

Color convert

RGB 180 1 79 -
CMYK 0 0.99 0.56 0.29
HSL 333.85º 0.99% 0.35% -
HSV(B) 333.85º 0.99% 0.71% -
XYZ 20.24 10.29 8.32 -
YUV 63.41 136.8 211.16 -
System Red Green Blue C M Y K H S L
Decimal 180 1 79 0 0.99 0.56 0.29 333.85 0.99 0.35
Hex B4 1 4F 0 63 38 1D 14E 63 23
Octal 264 1 117 0 143 70 35 516 143 43
Binary 10110100 1 1001111 0 1100011 111000 11101 101001110 1100011 100011

Color Harmonies of #B4014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4014F

Black with #B4014F

Text Example


Text Example

White with #B4014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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