Html Css Color HEX #B00145 Jazzberry Jam

📋 copy color: '#B00145'

red 176 ◦ green 1 ◦ blue 69

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

Shades of Jazzberry Jam #B00145

Tints of Jazzberry Jam #B00145

RGB

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

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

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

R = 71.54%
G = 0.41%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B00145 (or 0xB00145) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 45. RGB value is (176,1,69). Sum of RGB (Red+Green+Blue) = 176+1+69=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B00145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00145 is #4FFEBA. Grayscale: #3C3C3C. Windows color (decimal): -5242555 or 4522416. OLE color: 4522416.

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

Color convert

RGB 176 1 69 -
CMYK 0 0.99 0.61 0.31
HSL 336.69º 0.99% 0.35% -
HSV(B) 336.69º 0.99% 0.69% -
XYZ 18.99 9.68 6.5 -
YUV 61.08 132.48 209.97 -
System Red Green Blue C M Y K H S L
Decimal 176 1 69 0 0.99 0.61 0.31 336.69 0.99 0.35
Hex B0 1 45 0 63 3D 1F 151 63 23
Octal 260 1 105 0 143 75 37 521 143 43
Binary 10110000 1 1000101 0 1100011 111101 11111 101010001 1100011 100011

Color Harmonies of #B00145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00145

Black with #B00145

Text Example


Text Example

White with #B00145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00145; }

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

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

background-color css

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

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

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

border-color css

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

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

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