#B00C48

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

Shades of Jazzberry Jam #B00C48

Tints of Jazzberry Jam #B00C48

Color information

#B00C48 (or 0xB00C48) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0C and 48. RGB value is (176,12,72). Sum of RGB (Red+Green+Blue) = 176+12+72=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C48 is #4FF3B7. Grayscale: #434343. Windows color (decimal): -5239736 or 4721840. OLE color: 4721840.

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

Color convert

RGB1761272-
CMYK00.930.590.31
HSL338.05º87.23%36.86%-
HSV(B)338.05º93.18%69.02%-
XYZ19.219.967.04-
YUV67.88130.33205.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.69%
GREEN value IS 12 (5.08% from 255) = 4.62%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=67.69%
G=4.62%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176127200.930.590.31338.0587.2336.86
HexB0C4805D3B1F1525725
Octal260141100135733752212745
Binary101100001100100100001011101111011111111010100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C48; }

 p { color: rgb(176,12,72); }

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

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

 a { background-color: rgb(176,12,72); }

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

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

 span { border-color: rgb(176,12,72); }

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