Html Css Color HEX #B00440 Jazzberry Jam

📋 copy color: '#B00440'

red 176 ◦ green 4 ◦ blue 64

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

Shades of Jazzberry Jam #B00440

Tints of Jazzberry Jam #B00440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

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

R = 72.13%
G = 1.64%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B00440 (or 0xB00440) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 40. RGB value is (176,4,64). Sum of RGB (Red+Green+Blue) = 176+4+64=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B00440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00440 is #4FFBBF. Grayscale: #3E3E3E. Windows color (decimal): -5241792 or 4195504. OLE color: 4195504.

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

Color convert

RGB 176 4 64 -
CMYK 0 0.98 0.64 0.31
HSL 339.07º 0.96% 0.35% -
HSV(B) 339.07º 0.98% 0.69% -
XYZ 18.87 9.69 5.73 -
YUV 62.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 176 4 64 0 0.98 0.64 0.31 339.07 0.96 0.35
Hex B0 4 40 0 62 40 1F 153 60 23
Octal 260 4 100 0 142 100 37 523 140 43
Binary 10110000 100 1000000 0 1100010 1000000 11111 101010011 1100000 100011

Color Harmonies of #B00440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00440

Black with #B00440

Text Example


Text Example

White with #B00440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00440; }

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

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

background-color css

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

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

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

border-color css

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

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

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