Html Css Color HEX #B00446 Jazzberry Jam

📋 copy color: '#B00446'

red 176 ◦ green 4 ◦ blue 70

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

Shades of Jazzberry Jam #B00446

Tints of Jazzberry Jam #B00446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28%

R = 70.4%
G = 1.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B00446 (or 0xB00446) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 46. RGB value is (176,4,70). Sum of RGB (Red+Green+Blue) = 176+4+70=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B00446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00446 is #4FFBB9. Grayscale: #3E3E3E. Windows color (decimal): -5241786 or 4588720. OLE color: 4588720.

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

Color convert

RGB 176 4 70 -
CMYK 0 0.98 0.60 0.31
HSL 336.98º 0.96% 0.35% -
HSV(B) 336.98º 0.98% 0.69% -
XYZ 19.05 9.76 6.67 -
YUV 62.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 176 4 70 0 0.98 0.60 0.31 336.98 0.96 0.35
Hex B0 4 46 0 62 3C 1F 151 60 23
Octal 260 4 106 0 142 74 37 521 140 43
Binary 10110000 100 1000110 0 1100010 111100 11111 101010001 1100000 100011

Color Harmonies of #B00446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00446

Black with #B00446

Text Example


Text Example

White with #B00446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00446; }

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

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

background-color css

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

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

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

border-color css

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

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

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