#B40A4C

Color #B40A4C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B40A4C

Tints of Jazzberry Jam #B40A4C

Color information

#B40A4C (or 0xB40A4C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0A and 4C. RGB value is (180,10,76). Sum of RGB (Red+Green+Blue) = 180+10+76=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A4C is #4BF5B3. Grayscale: #444444. Windows color (decimal): -4978100 or 4983476. OLE color: 4983476.

HSL color Cylindrical-coordinate representation of color #B40A4C: hue angle of 336.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A4C is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1801076-
CMYK00.940.580.29
HSL336.71º89.47%37.25%-
HSV(B)336.71º94.44%70.59%-
XYZ20.2410.447.79-
YUV68.35132.32207.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.67%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=67.67%
G=3.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180107600.940.580.29336.7189.4737.25
HexB4A4C05E3A1D1515925
Octal264121140136723552113145
Binary101101001010100110001011110111010111011010100011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A4C; }

 p { color: rgb(180,10,76); }

 H1.HeaderClassName
 {
   color: #B40A4C;
 }
 .AnyTagClassName
 {
   color: #B40A4C;
 }
</style>
background-color css

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

 a { background-color: rgb(180,10,76); }

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

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

 span { border-color: rgb(180,10,76); }

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