Html Css Color HEX #B4004A Jazzberry Jam

📋 copy color: '#B4004A'

red 180 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #B4004A

Tints of Jazzberry Jam #B4004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.87%
G = 0%
B = 29.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4004A (or 0xB4004A) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 4A. RGB value is (180,0,74). Sum of RGB (Red+Green+Blue) = 180+0+74=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B4004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4004A is #4BFFB5. Grayscale: #3E3E3E. Windows color (decimal): -4980662 or 4849844. OLE color: 4849844.

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

Color convert

RGB 180 0 74 -
CMYK 0 1 0.59 0.29
HSL 335.33º 1% 0.35% -
HSV(B) 335.33º 1% 0.71% -
XYZ 20.06 10.2 7.39 -
YUV 62.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 180 0 74 0 1 0.59 0.29 335.33 1 0.35
Hex B4 0 4A 0 64 3B 1D 14F 64 23
Octal 264 0 112 0 144 73 35 517 144 43
Binary 10110100 0 1001010 0 1100100 111011 11101 101001111 1100100 100011

Color Harmonies of #B4004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4004A

Black with #B4004A

Text Example


Text Example

White with #B4004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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