#B10A5C

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

Shades of Jazzberry Jam #B10A5C

Tints of Jazzberry Jam #B10A5C

Color information

#B10A5C (or 0xB10A5C) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0A and 5C. RGB value is (177,10,92). Sum of RGB (Red+Green+Blue) = 177+10+92=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10A5C is #4EF5A3. Grayscale: #454545. Windows color (decimal): -5174692 or 6032049. OLE color: 6032049.

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

Color convert

RGB1771092-
CMYK00.940.480.31
HSL330.54º89.3%36.67%-
HSV(B)330.54º94.35%69.41%-
XYZ20.1710.3411.06-
YUV69.28140.83204.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.44%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=63.44%
G=3.58%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177109200.940.480.31330.5489.336.67
HexB1A5C05E301F14b5925
Octal261121340136603751313145
Binary101100011010101110001011110110000111111010010111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10A5C; }

 p { color: rgb(177,10,92); }

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

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

 a { background-color: rgb(177,10,92); }

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

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

 span { border-color: rgb(177,10,92); }

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