Html Css Color HEX #B40C4E Jazzberry Jam

📋 copy color: '#B40C4E'

red 180 ◦ green 12 ◦ blue 78

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

Shades of Jazzberry Jam #B40C4E

Tints of Jazzberry Jam #B40C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.89%

R = 66.67%
G = 4.44%
B = 28.89%

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

#B40C4E (or 0xB40C4E) is known color: Jazzberry Jam. HEX triplet: B4, 0C and 4E. RGB value is (180,12,78). Sum of RGB (Red+Green+Blue) = 180+12+78=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C4E is #4BF3B1. Grayscale: #454545. Windows color (decimal): -4977586 or 5115060. OLE color: 5115060.

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

Color convert

RGB 180 12 78 -
CMYK 0 0.93 0.57 0.29
HSL 336.43º 0.88% 0.38% -
HSV(B) 336.43º 0.93% 0.71% -
XYZ 20.33 10.52 8.17 -
YUV 69.76 132.66 206.63 -
System Red Green Blue C M Y K H S L
Decimal 180 12 78 0 0.93 0.57 0.29 336.43 0.88 0.38
Hex B4 C 4E 0 5D 39 1D 150 58 26
Octal 264 14 116 0 135 71 35 520 130 46
Binary 10110100 1100 1001110 0 1011101 111001 11101 101010000 1011000 100110

Color Harmonies of #B40C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C4E

Black with #B40C4E

Text Example


Text Example

White with #B40C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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