Html Css Color HEX #B00246 Jazzberry Jam

📋 copy color: '#B00246'

red 176 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #B00246

Tints of Jazzberry Jam #B00246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 70.97%
G = 0.81%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B00246 (or 0xB00246) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 46. RGB value is (176,2,70). Sum of RGB (Red+Green+Blue) = 176+2+70=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B00246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00246 is #4FFDB9. Grayscale: #3D3D3D. Windows color (decimal): -5242298 or 4588208. OLE color: 4588208.

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

Color convert

RGB 176 2 70 -
CMYK 0 0.99 0.60 0.31
HSL 336.55º 0.98% 0.35% -
HSV(B) 336.55º 0.99% 0.69% -
XYZ 19.03 9.72 6.67 -
YUV 61.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 176 2 70 0 0.99 0.60 0.31 336.55 0.98 0.35
Hex B0 2 46 0 63 3C 1F 151 62 23
Octal 260 2 106 0 143 74 37 521 142 43
Binary 10110000 10 1000110 0 1100011 111100 11111 101010001 1100010 100011

Color Harmonies of #B00246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00246

Black with #B00246

Text Example


Text Example

White with #B00246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00246; }

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

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

background-color css

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

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

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

border-color css

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

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

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