Html Css Color HEX #BA0353 Jazzberry Jam

📋 copy color: '#BA0353'

red 186 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #BA0353

Tints of Jazzberry Jam #BA0353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 68.38%
G = 1.1%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA0353 (or 0xBA0353) is known color: Jazzberry Jam. HEX triplet: BA, 03 and 53. RGB value is (186,3,83). Sum of RGB (Red+Green+Blue) = 186+3+83=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0353 is #45FCAC. Grayscale: #424242. Windows color (decimal): -4586669 or 5440442. OLE color: 5440442.

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

Color convert

RGB 186 3 83 -
CMYK 0 0.98 0.55 0.27
HSL 333.77º 0.97% 0.37% -
HSV(B) 333.77º 0.98% 0.73% -
XYZ 21.84 11.13 9.18 -
YUV 66.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 186 3 83 0 0.98 0.55 0.27 333.77 0.97 0.37
Hex BA 3 53 0 62 37 1B 14E 61 25
Octal 272 3 123 0 142 67 33 516 141 45
Binary 10111010 11 1010011 0 1100010 110111 11011 101001110 1100001 100101

Color Harmonies of #BA0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0353

Black with #BA0353

Text Example


Text Example

White with #BA0353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0353; }

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

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

background-color css

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

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

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

border-color css

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

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

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