Html Css Color HEX #B30545 Jazzberry Jam

📋 copy color: '#B30545'

red 179 ◦ green 5 ◦ blue 69

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

Shades of Jazzberry Jam #B30545

Tints of Jazzberry Jam #B30545

RGB

 RED value IS 179 (70.31% from 255) = 70.75%

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

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 70.75%
G = 1.98%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B30545 (or 0xB30545) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 45. RGB value is (179,5,69). Sum of RGB (Red+Green+Blue) = 179+5+69=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B30545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30545 is #4CFABA. Grayscale: #404040. Windows color (decimal): -5044923 or 4523443. OLE color: 4523443.

HSL color Cylindrical-coordinate representation of color #B30545: hue angle of 337.93º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30545 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 69 -
CMYK 0 0.97 0.61 0.30
HSL 337.93º 0.95% 0.36% -
HSV(B) 337.93º 0.97% 0.7% -
XYZ 19.72 10.12 6.54 -
YUV 64.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 179 5 69 0 0.97 0.61 0.30 337.93 0.95 0.36
Hex B3 5 45 0 61 3D 1E 152 5F 24
Octal 263 5 105 0 141 75 36 522 137 44
Binary 10110011 101 1000101 0 1100001 111101 11110 101010010 1011111 100100

Color Harmonies of #B30545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30545

Black with #B30545

Text Example


Text Example

White with #B30545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30545; }

 p { color: rgb(179,5,69); }

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

background-color css

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

 a { background-color: rgb(179,5,69); }

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

border-color css

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

 span { border-color: rgb(179,5,69); }

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