#B00B45

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

Shades of Jazzberry Jam #B00B45

Tints of Jazzberry Jam #B00B45

Color information

#B00B45 (or 0xB00B45) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0B and 45. RGB value is (176,11,69). Sum of RGB (Red+Green+Blue) = 176+11+69=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B45 is #4FF4BA. Grayscale: #424242. Windows color (decimal): -5239995 or 4524976. OLE color: 4524976.

HSL color Cylindrical-coordinate representation of color #B00B45: hue angle of 338.91º degrees, saturation: 0.88, 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 #B00B45 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB1761169-
CMYK00.940.610.31
HSL338.91º88.24%36.67%-
HSV(B)338.91º93.75%69.02%-
XYZ19.19.96.53-
YUV66.95129.16205.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=68.75%
G=4.30%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176116900.940.610.31338.9188.2436.67
HexB0B4505E3D1F1535825
Octal260131050136753752313045
Binary101100001011100010101011110111101111111010100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B45; }

 p { color: rgb(176,11,69); }

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

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

 a { background-color: rgb(176,11,69); }

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

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

 span { border-color: rgb(176,11,69); }

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