Html Css Color HEX #B00345 Jazzberry Jam

📋 copy color: '#B00345'

red 176 ◦ green 3 ◦ blue 69

#B00345
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B00345

Tints of Jazzberry Jam #B00345

RGB

 RED value IS 176 (69.14% from 255) = 70.97%

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 69 (27.34% from 255) = 27.82%

R = 70.97%
G = 1.21%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B00345 (or 0xB00345) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 45. RGB value is (176,3,69). Sum of RGB (Red+Green+Blue) = 176+3+69=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B00345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00345 is #4FFCBA. Grayscale: #3E3E3E. Windows color (decimal): -5242043 or 4522928. OLE color: 4522928.

HSL color Cylindrical-coordinate representation of color #B00345: hue angle of 337.11º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00345 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 3 69 -
CMYK 0 0.98 0.61 0.31
HSL 337.11º 0.97% 0.35% -
HSV(B) 337.11º 0.98% 0.69% -
XYZ 19.01 9.72 6.51 -
YUV 62.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 176 3 69 0 0.98 0.61 0.31 337.11 0.97 0.35
Hex B0 3 45 0 62 3D 1F 151 61 23
Octal 260 3 105 0 142 75 37 521 141 43
Binary 10110000 11 1000101 0 1100010 111101 11111 101010001 1100001 100011

Color Harmonies of #B00345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00345

Black with #B00345

Text Example


Text Example

White with #B00345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00345; }

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

 H1.HeaderClassName
 {
   color: #B00345;
 }
 .AnyTagClassName
 {
   color: #B00345;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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