Html Css Color HEX #BA0349 Jazzberry Jam

📋 copy color: '#BA0349'

red 186 ◦ green 3 ◦ blue 73

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

Shades of Jazzberry Jam #BA0349

Tints of Jazzberry Jam #BA0349

RGB

 RED value IS 186 (73.05% from 255) = 70.99%

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 73 (28.91% from 255) = 27.86%

R = 70.99%
G = 1.15%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA0349 (or 0xBA0349) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 49. RGB value is (186,3,73). Sum of RGB (Red+Green+Blue) = 186+3+73=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0349 is #45FCB6. Grayscale: #414141. Windows color (decimal): -4586679 or 4785082. OLE color: 4785082.

HSL color Cylindrical-coordinate representation of color #BA0349: hue angle of 337.05º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0349 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 73 -
CMYK 0 0.98 0.61 0.27
HSL 337.05º 0.97% 0.37% -
HSV(B) 337.05º 0.98% 0.73% -
XYZ 21.48 10.99 7.29 -
YUV 65.7 132.13 213.81 -
System Red Green Blue C M Y K H S L
Decimal 186 3 73 0 0.98 0.61 0.27 337.05 0.97 0.37
Hex BA 3 49 0 62 3D 1B 151 61 25
Octal 272 3 111 0 142 75 33 521 141 45
Binary 10111010 11 1001001 0 1100010 111101 11011 101010001 1100001 100101

Color Harmonies of #BA0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0349

Black with #BA0349

Text Example


Text Example

White with #BA0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0349; }

 p { color: rgb(186,3,73); }

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

background-color css

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

 a { background-color: rgb(186,3,73); }

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

border-color css

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

 span { border-color: rgb(186,3,73); }

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