Html Css Color HEX #B10A46 Jazzberry Jam

📋 copy color: '#B10A46'

red 177 ◦ green 10 ◦ blue 70

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

Shades of Jazzberry Jam #B10A46

Tints of Jazzberry Jam #B10A46

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 68.87%
G = 3.89%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B10A46 (or 0xB10A46) is known color: Jazzberry Jam. HEX triplet: B1, 0A and 46. RGB value is (177,10,70). Sum of RGB (Red+Green+Blue) = 177+10+70=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10A46 is #4EF5B9. Grayscale: #424242. Windows color (decimal): -5174714 or 4590257. OLE color: 4590257.

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

Color convert

RGB 177 10 70 -
CMYK 0 0.94 0.60 0.31
HSL 338.44º 0.89% 0.37% -
HSV(B) 338.44º 0.94% 0.69% -
XYZ 19.35 10.01 6.71 -
YUV 66.77 129.83 206.62 -
System Red Green Blue C M Y K H S L
Decimal 177 10 70 0 0.94 0.60 0.31 338.44 0.89 0.37
Hex B1 A 46 0 5E 3C 1F 152 59 25
Octal 261 12 106 0 136 74 37 522 131 45
Binary 10110001 1010 1000110 0 1011110 111100 11111 101010010 1011001 100101

Color Harmonies of #B10A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10A46

Black with #B10A46

Text Example


Text Example

White with #B10A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10A46; }

 p { color: rgb(177,10,70); }

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

background-color css

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

 a { background-color: rgb(177,10,70); }

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

border-color css

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

 span { border-color: rgb(177,10,70); }

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