Html Css Color HEX #B00F4F Jazzberry Jam

📋 copy color: '#B00F4F'

red 176 ◦ green 15 ◦ blue 79

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

Shades of Jazzberry Jam #B00F4F

Tints of Jazzberry Jam #B00F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 65.19%
G = 5.56%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B00F4F (or 0xB00F4F) is known color: Jazzberry Jam. HEX triplet: B0, 0F and 4F. RGB value is (176,15,79). Sum of RGB (Red+Green+Blue) = 176+15+79=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F4F is #4FF0B0. Grayscale: #464646. Windows color (decimal): -5238961 or 5181360. OLE color: 5181360.

HSL color Cylindrical-coordinate representation of color #B00F4F: hue angle of 336.15º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F4F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 15 79 -
CMYK 0 0.91 0.55 0.31
HSL 336.15º 0.84% 0.37% -
HSV(B) 336.15º 0.91% 0.69% -
XYZ 19.49 10.14 8.33 -
YUV 70.44 132.84 203.3 -
System Red Green Blue C M Y K H S L
Decimal 176 15 79 0 0.91 0.55 0.31 336.15 0.84 0.37
Hex B0 F 4F 0 5B 37 1F 150 54 25
Octal 260 17 117 0 133 67 37 520 124 45
Binary 10110000 1111 1001111 0 1011011 110111 11111 101010000 1010100 100101

Color Harmonies of #B00F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00F4F

Black with #B00F4F

Text Example


Text Example

White with #B00F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00F4F; }

 p { color: rgb(176,15,79); }

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

background-color css

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

 a { background-color: rgb(176,15,79); }

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

border-color css

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

 span { border-color: rgb(176,15,79); }

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