Html Css Color HEX #B00542 Jazzberry Jam

📋 copy color: '#B00542'

red 176 ◦ green 5 ◦ blue 66

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

Shades of Jazzberry Jam #B00542

Tints of Jazzberry Jam #B00542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 71.26%
G = 2.02%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B00542 (or 0xB00542) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 42. RGB value is (176,5,66). Sum of RGB (Red+Green+Blue) = 176+5+66=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B00542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00542 is #4FFABD. Grayscale: #3F3F3F. Windows color (decimal): -5241534 or 4326832. OLE color: 4326832.

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

Color convert

RGB 176 5 66 -
CMYK 0 0.97 0.62 0.31
HSL 338.6º 0.94% 0.35% -
HSV(B) 338.6º 0.97% 0.69% -
XYZ 18.94 9.73 6.03 -
YUV 63.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 176 5 66 0 0.97 0.62 0.31 338.6 0.94 0.35
Hex B0 5 42 0 61 3E 1F 153 5E 23
Octal 260 5 102 0 141 76 37 523 136 43
Binary 10110000 101 1000010 0 1100001 111110 11111 101010011 1011110 100011

Color Harmonies of #B00542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00542

Black with #B00542

Text Example


Text Example

White with #B00542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00542; }

 p { color: rgb(176,5,66); }

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

background-color css

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

 a { background-color: rgb(176,5,66); }

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

border-color css

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

 span { border-color: rgb(176,5,66); }

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