Html Css Color HEX #B10345 Jazzberry Jam

📋 copy color: '#B10345'

red 177 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #B10345

Tints of Jazzberry Jam #B10345

RGB

 RED value IS 177 (69.53% from 255) = 71.08%

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

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

R = 71.08%
G = 1.2%
B = 27.71%

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

#B10345 (or 0xB10345) is known color: Jazzberry Jam. HEX triplet: B1, 03 and 45. RGB value is (177,3,69). Sum of RGB (Red+Green+Blue) = 177+3+69=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B10345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10345 is #4EFCBA. Grayscale: #3E3E3E. Windows color (decimal): -5176507 or 4522929. OLE color: 4522929.

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

Color convert

RGB 177 3 69 -
CMYK 0 0.98 0.61 0.31
HSL 337.24º 0.97% 0.35% -
HSV(B) 337.24º 0.98% 0.69% -
XYZ 19.24 9.84 6.52 -
YUV 62.55 131.65 209.63 -
System Red Green Blue C M Y K H S L
Decimal 177 3 69 0 0.98 0.61 0.31 337.24 0.97 0.35
Hex B1 3 45 0 62 3D 1F 151 61 23
Octal 261 3 105 0 142 75 37 521 141 43
Binary 10110001 11 1000101 0 1100010 111101 11111 101010001 1100001 100011

Color Harmonies of #B10345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10345

Black with #B10345

Text Example


Text Example

White with #B10345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10345; }

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

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

background-color css

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

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

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

border-color css

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

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

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