#B10C5F

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

Shades of Jazzberry Jam #B10C5F

Tints of Jazzberry Jam #B10C5F

Color information

#B10C5F (or 0xB10C5F) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0C and 5F. RGB value is (177,12,95). Sum of RGB (Red+Green+Blue) = 177+12+95=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10C5F is #4EF3A0. Grayscale: #464646. Windows color (decimal): -5174177 or 6229169. OLE color: 6229169.

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

Color convert

RGB1771295-
CMYK00.930.460.31
HSL329.82º87.3%37.06%-
HSV(B)329.82º93.22%69.41%-
XYZ20.3310.4411.77-
YUV70.8141.66203.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 12 (5.08% from 255) = 4.23%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=62.32%
G=4.23%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177129500.930.460.31329.8287.337.06
HexB1C5F05D2E1F14a5725
Octal261141370135563751212745
Binary101100011100101111101011101101110111111010010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C5F; }

 p { color: rgb(177,12,95); }

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

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

 a { background-color: rgb(177,12,95); }

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

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

 span { border-color: rgb(177,12,95); }

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