Html Css Color HEX #B00140 Jazzberry Jam

📋 copy color: '#B00140'

red 176 ◦ green 1 ◦ blue 64

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

Shades of Jazzberry Jam #B00140

Tints of Jazzberry Jam #B00140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 73.03%
G = 0.41%
B = 26.56%

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

#B00140 (or 0xB00140) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 40. RGB value is (176,1,64). Sum of RGB (Red+Green+Blue) = 176+1+64=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B00140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00140 is #4FFEBF. Grayscale: #3C3C3C. Windows color (decimal): -5242560 or 4194736. OLE color: 4194736.

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

Color convert

RGB 176 1 64 -
CMYK 0 0.99 0.64 0.31
HSL 338.4º 0.99% 0.35% -
HSV(B) 338.4º 0.99% 0.69% -
XYZ 18.84 9.62 5.71 -
YUV 60.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 176 1 64 0 0.99 0.64 0.31 338.4 0.99 0.35
Hex B0 1 40 0 63 40 1F 152 63 23
Octal 260 1 100 0 143 100 37 522 143 43
Binary 10110000 1 1000000 0 1100011 1000000 11111 101010010 1100011 100011

Color Harmonies of #B00140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00140

Black with #B00140

Text Example


Text Example

White with #B00140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00140; }

 p { color: rgb(176,1,64); }

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

background-color css

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

 a { background-color: rgb(176,1,64); }

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

border-color css

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

 span { border-color: rgb(176,1,64); }

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