#B2004A

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

Shades of Jazzberry Jam #B2004A

Tints of Jazzberry Jam #B2004A

Color information

#B2004A (or 0xB2004A) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 4A. RGB value is (178,0,74). Sum of RGB (Red+Green+Blue) = 178+0+74=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B2004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2004A is #4DFFB5. Grayscale: #3D3D3D. Windows color (decimal): -5111734 or 4849842. OLE color: 4849842.

HSL color Cylindrical-coordinate representation of color #B2004A: hue angle of 335.06º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2004A is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB178074-
CMYK010.580.30
HSL335.06º100%34.9%-
HSV(B)335.06º100%69.8%-
XYZ19.69.967.37-
YUV61.66134.97210.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=70.63%
G=0%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178074010.580.30335.0610034.9
HexB204A0643A1E14f6423
Octal26201120144723651714443
Binary101100100100101001100100111010111101010011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2004A; }

 p { color: rgb(178,0,74); }

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

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

 a { background-color: rgb(178,0,74); }

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

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

 span { border-color: rgb(178,0,74); }

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