Html Css Color HEX #B00450 Jazzberry Jam

📋 copy color: '#B00450'

red 176 ◦ green 4 ◦ blue 80

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

Shades of Jazzberry Jam #B00450

Tints of Jazzberry Jam #B00450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 67.69%
G = 1.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B00450 (or 0xB00450) is known color: Jazzberry Jam. HEX triplet: B0, 04 and 50. RGB value is (176,4,80). Sum of RGB (Red+Green+Blue) = 176+4+80=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B00450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00450 is #4FFBAF. Grayscale: #3F3F3F. Windows color (decimal): -5241776 or 5244080. OLE color: 5244080.

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

Color convert

RGB 176 4 80 -
CMYK 0 0.98 0.55 0.31
HSL 333.49º 0.96% 0.35% -
HSV(B) 333.49º 0.98% 0.69% -
XYZ 19.4 9.9 8.48 -
YUV 64.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 176 4 80 0 0.98 0.55 0.31 333.49 0.96 0.35
Hex B0 4 50 0 62 37 1F 14D 60 23
Octal 260 4 120 0 142 67 37 515 140 43
Binary 10110000 100 1010000 0 1100010 110111 11111 101001101 1100000 100011

Color Harmonies of #B00450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00450

Black with #B00450

Text Example


Text Example

White with #B00450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00450; }

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

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

background-color css

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

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

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

border-color css

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

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

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