Html Css Color HEX #B10248 Jazzberry Jam

📋 copy color: '#B10248'

red 177 ◦ green 2 ◦ blue 72

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

Shades of Jazzberry Jam #B10248

Tints of Jazzberry Jam #B10248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 72 (28.52% from 255) = 28.69%

R = 70.52%
G = 0.8%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B10248 (or 0xB10248) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 48. RGB value is (177,2,72). Sum of RGB (Red+Green+Blue) = 177+2+72=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B10248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10248 is #4EFDB7. Grayscale: #3E3E3E. Windows color (decimal): -5176760 or 4719281. OLE color: 4719281.

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

Color convert

RGB 177 2 72 -
CMYK 0 0.99 0.59 0.31
HSL 336º 0.98% 0.35% -
HSV(B) 336º 0.99% 0.69% -
XYZ 19.32 9.86 7.02 -
YUV 62.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 177 2 72 0 0.99 0.59 0.31 336 0.98 0.35
Hex B1 2 48 0 63 3B 1F 150 62 23
Octal 261 2 110 0 143 73 37 520 142 43
Binary 10110001 10 1001000 0 1100011 111011 11111 101010000 1100010 100011

Color Harmonies of #B10248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10248

Black with #B10248

Text Example


Text Example

White with #B10248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10248; }

 p { color: rgb(177,2,72); }

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

background-color css

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

 a { background-color: rgb(177,2,72); }

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

border-color css

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

 span { border-color: rgb(177,2,72); }

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