Html Css Color HEX #B40C4D Jazzberry Jam

📋 copy color: '#B40C4D'

red 180 ◦ green 12 ◦ blue 77

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

Shades of Jazzberry Jam #B40C4D

Tints of Jazzberry Jam #B40C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

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

R = 66.91%
G = 4.46%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B40C4D (or 0xB40C4D) is known color: Jazzberry Jam. HEX triplet: B4, 0C and 4D. RGB value is (180,12,77). Sum of RGB (Red+Green+Blue) = 180+12+77=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C4D is #4BF3B2. Grayscale: #454545. Windows color (decimal): -4977587 or 5049524. OLE color: 5049524.

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

Color convert

RGB 180 12 77 -
CMYK 0 0.93 0.57 0.29
HSL 336.79º 0.88% 0.38% -
HSV(B) 336.79º 0.93% 0.71% -
XYZ 20.29 10.5 7.98 -
YUV 69.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 180 12 77 0 0.93 0.57 0.29 336.79 0.88 0.38
Hex B4 C 4D 0 5D 39 1D 151 58 26
Octal 264 14 115 0 135 71 35 521 130 46
Binary 10110100 1100 1001101 0 1011101 111001 11101 101010001 1011000 100110

Color Harmonies of #B40C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C4D

Black with #B40C4D

Text Example


Text Example

White with #B40C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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