Html Css Color HEX #B10240 Jazzberry Jam

📋 copy color: '#B10240'

red 177 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #B10240

Tints of Jazzberry Jam #B10240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 72.84%
G = 0.82%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B10240 (or 0xB10240) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 40. RGB value is (177,2,64). Sum of RGB (Red+Green+Blue) = 177+2+64=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B10240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10240 is #4EFDBF. Grayscale: #3D3D3D. Windows color (decimal): -5176768 or 4194993. OLE color: 4194993.

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

Color convert

RGB 177 2 64 -
CMYK 0 0.99 0.64 0.31
HSL 338.74º 0.98% 0.35% -
HSV(B) 338.74º 0.99% 0.69% -
XYZ 19.08 9.76 5.73 -
YUV 61.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 177 2 64 0 0.99 0.64 0.31 338.74 0.98 0.35
Hex B1 2 40 0 63 40 1F 153 62 23
Octal 261 2 100 0 143 100 37 523 142 43
Binary 10110001 10 1000000 0 1100011 1000000 11111 101010011 1100010 100011

Color Harmonies of #B10240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10240

Black with #B10240

Text Example


Text Example

White with #B10240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10240; }

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

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

background-color css

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

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

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

border-color css

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

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

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