Html Css Color HEX #B40045 Jazzberry Jam

📋 copy color: '#B40045'

red 180 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #B40045

Tints of Jazzberry Jam #B40045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.71%

R = 72.29%
G = 0%
B = 27.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B40045 (or 0xB40045) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 45. RGB value is (180,0,69). Sum of RGB (Red+Green+Blue) = 180+0+69=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B40045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40045 is #4BFFBA. Grayscale: #3D3D3D. Windows color (decimal): -4980667 or 4522164. OLE color: 4522164.

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

Color convert

RGB 180 0 69 -
CMYK 0 1 0.62 0.29
HSL 337º 1% 0.35% -
HSV(B) 337º 1% 0.71% -
XYZ 19.9 10.13 6.54 -
YUV 61.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 180 0 69 0 1 0.62 0.29 337 1 0.35
Hex B4 0 45 0 64 3E 1D 151 64 23
Octal 264 0 105 0 144 76 35 521 144 43
Binary 10110100 0 1000101 0 1100100 111110 11101 101010001 1100100 100011

Color Harmonies of #B40045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40045

Black with #B40045

Text Example


Text Example

White with #B40045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40045; }

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

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

background-color css

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

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

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

border-color css

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

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

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