#B40A4B

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

Shades of Jazzberry Jam #B40A4B

Tints of Jazzberry Jam #B40A4B

Color information

#B40A4B (or 0xB40A4B) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0A and 4B. RGB value is (180,10,75). Sum of RGB (Red+Green+Blue) = 180+10+75=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A4B is #4BF5B4. Grayscale: #444444. Windows color (decimal): -4978101 or 4917940. OLE color: 4917940.

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

Color convert

RGB1801075-
CMYK00.940.580.29
HSL337.06º89.47%37.25%-
HSV(B)337.06º94.44%70.59%-
XYZ20.210.437.6-
YUV68.24131.82207.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.92%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=67.92%
G=3.77%
B=28.30%

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
Decimal180107500.940.580.29337.0689.4737.25
HexB4A4B05E3A1D1515925
Octal264121130136723552113145
Binary101101001010100101101011110111010111011010100011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A4B; }

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

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

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

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

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

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

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

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