#B10C4A

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

Shades of Jazzberry Jam #B10C4A

Tints of Jazzberry Jam #B10C4A

Color information

#B10C4A (or 0xB10C4A) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0C and 4A. RGB value is (177,12,74). Sum of RGB (Red+Green+Blue) = 177+12+74=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C4A is #4EF3B5. Grayscale: #444444. Windows color (decimal): -5174198 or 4852913. OLE color: 4852913.

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

Color convert

RGB1771274-
CMYK00.930.580.31
HSL337.45º87.3%37.06%-
HSV(B)337.45º93.22%69.41%-
XYZ19.510.17.4-
YUV68.4131.16205.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.30%
GREEN value IS 12 (5.08% from 255) = 4.56%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=67.30%
G=4.56%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177127400.930.580.31337.4587.337.06
HexB1C4A05D3A1F1515725
Octal261141120135723752112745
Binary101100011100100101001011101111010111111010100011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C4A; }

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

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

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

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

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

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

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

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