Html Css Color HEX #B40C49 Jazzberry Jam

📋 copy color: '#B40C49'

red 180 ◦ green 12 ◦ blue 73

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

Shades of Jazzberry Jam #B40C49

Tints of Jazzberry Jam #B40C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 67.92%
G = 4.53%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B40C49 (or 0xB40C49) is known color: Jazzberry Jam. HEX triplet: B4, 0C and 49. RGB value is (180,12,73). Sum of RGB (Red+Green+Blue) = 180+12+73=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40C49 is #4BF3B6. Grayscale: #454545. Windows color (decimal): -4977591 or 4787380. OLE color: 4787380.

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

Color convert

RGB 180 12 73 -
CMYK 0 0.93 0.59 0.29
HSL 338.21º 0.88% 0.38% -
HSV(B) 338.21º 0.93% 0.71% -
XYZ 20.16 10.45 7.26 -
YUV 69.19 130.16 207.04 -
System Red Green Blue C M Y K H S L
Decimal 180 12 73 0 0.93 0.59 0.29 338.21 0.88 0.38
Hex B4 C 49 0 5D 3B 1D 152 58 26
Octal 264 14 111 0 135 73 35 522 130 46
Binary 10110100 1100 1001001 0 1011101 111011 11101 101010010 1011000 100110

Color Harmonies of #B40C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C49

Black with #B40C49

Text Example


Text Example

White with #B40C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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